Legume Delight

Farmer's Delight add-on that adds legumes and legume-based foods.

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

Forge

implementation fg.deobf("curse.maven:legume-delight-1383091:7957863")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 ropelogged blockstate in beans has been deprecated in favor of a new beans_with_rope block:
      • Any ropelogged beans will render as "pale", and convert into beans_with_rope on a random tick or bone meal;
      • The ropelogged blockstate is still in-game, but will be removed in the next major/minor version.
  • 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)