Reap Mod

Reap Mod

7M Downloads

Farmer's delight harvesting

queso619 opened this issue ยท 1 comments

commented

I'm trying to make this mod's harvesting compatible with Farmer's delight but I can't get it to work. I tried messing with the config but it didn't work out. Do you know how to get these mods to work? Strangely, this mod's harvesting works with their tomato crop but not the other three for some reason.

Config:

[crop_harvesting]
#If the held tool should be considered when right-click harvesting
consider_tool = true
#The blocks that should get harvested by right-clicking
whitelist = ["minecraft:nether_wart", "minecraft:potatoes", "minecraft:carrots", "minecraft:wheat", "minecraft:beetroots", "minecraft:cocoa", "farmersdelight:tomatoes", "farmersdelight:onions", "farmersdelight:cabbages", "farmersdelight:rice_upper_crop"]

[tree_harvesting]
#Examples: 'minecraft:oak_log', '#minecraft:logs'
log_types = ["minecraft:acacia_log", "minecraft:birch_log", "minecraft:dark_oak_log", "minecraft:jungle_log", "minecraft:oak_log", "minecraft:spruce_log", "minecraft:crimson_stem", "minecraft:warped_stem"]
#Examples: 'minecraft:dirt', '#forge:sand/colorless'
ground_types = ["minecraft:dirt", "minecraft:grass_block", "minecraft:coarse_dirt", "minecraft:podzol", "minecraft:mycelium", "minecraft:warped_nylium", "minecraft:crimson_nylium", "minecraft:netherrack"]
#The tools which the player is allowed to harvest trees
allowed_tree_tools = ["minecraft:wooden_axe", "minecraft:golden_axe", "minecraft:stone_axe", "minecraft:iron_axe", "minecraft:diamond_axe", "minecraft:netherite_axe"]
#If the tree harvester should be enabled
enabled = true

[tree_harvesting.dynamic_breaking_speed]
	#The amount of breaking time that gets added per harvested log
	#Range: 0.0 ~ 100.0
	per_log = 0.1
	#The maximum amount of time a tree should take to harvest
	#Range: 1.0 ~ 100.0
	min_speed = 10.0
	#If bigger trees should be harder to break
	enabled = true
commented

Please use a template when creating an issue.