Reap Mod

Reap Mod

7M Downloads

Farmer's delight harvesting

queso619 opened this issue ยท 6 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

You need to make sure to use the block ID, not the item ID.

commented

How do you find the block ID for modded crops? I can only find the item ID when I use F3 + H. Sorry if I'm a bit clueless.

commented

Look at the block with F3 open. It is at the bottom right.

commented

I don't see anything. Am I missing something? Here is the screenshot.
2021-07-12_02 45 39

commented

image

commented

Isn't that what I wrote in the config?