14 lines
539 B
TOML
14 lines
539 B
TOML
#Chance in % of XP orb spawning after harvest done
|
|
#Range: 1 ~ 100
|
|
Chance = 100
|
|
#Amount of XP given
|
|
#Range: > 1
|
|
"XP Amount" = 1
|
|
#Enable simple harvesting and replanting with right click
|
|
"Simple Harvest" = false
|
|
#List of crops to process with their ages
|
|
"Crops List" = ["Block{minecraft:potatoes}[age=7]", "Block{minecraft:carrots}[age=7]", "Block{minecraft:wheat}[age=7]", "Block{minecraft:beetroots}[age=3]", "Block{minecraft:nether_wart}[age=3]"]
|
|
#Curiosity Mode: sneak + right click with on block to get info in chat
|
|
Curiosity = false
|
|
|