File Details
legumedelight-1.3.0.jar
- R
- Apr 20, 2026
- 201.66 KB
- 188
- 1.20.1
- Forge
File Name
legumedelight-1.3.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Updated to Farmer's Delight 1.3:
- Changed namespace of all cooking pot recipes to "legumedelight" instead of using the default "farmersdelight"
- Reworked bean rope climbing to match Farmer's Delight 1.3 tomatoes (details based on FD 1.3 update primer):
- Rename:
attemptRopeClimb->climbRopeAbove; - The
ropeloggedblockstate inbeanshas been deprecated in favor of a new beans_with_rope block:- Any ropelogged
beanswill render as "pale", and convert intobeans_with_ropeon a random tick or bone meal; - The
ropeloggedblockstate is still in-game, but will be removed in the next major/minor version.
- Any ropelogged
- Rename:
- All tag definitions now use subclasses for each type of tag (Item and Block)
- All crafting recipe definitions now use subclasses for each type of recipe (Meals, Blocks, Materials)
- All cooking recipe definitions now use subclasses for each type of recipe (Meals and Misc)
Added missing recipes to turn bean/peanut sacks back into beans/peanuts
Changed license (from MIT to CC-BY-NC-SA)