v2.18.0

Details

  • Filename
    RecipeManager.jar
  • Uploaded by
  • Uploaded
    Sep 10, 2019
  • Size
    748.67 KB
  • Downloads
    2,717
  • MD5
    9e313218257b28b79040a1fe007757d6

Supported Bukkit Versions

  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

  • NEW: Add vanilla fuel and compost recipes to /rmextract
  • NEW: Compost recipes with full flag, multi-result, and hopper support
    • Format: <ingredient> % [chance per level] % [levels], where [chance per level] is >0 and <=100 and [levels] >0 and <=7
    • Both [chance per level] and [levels] can support decimal inputs (meaning you can do fractional levels)
    • While the composter is being used for a recipe, it will be locked to that recipe (or the same result from another recipe), so no conflicting recipes can be made
    • Vanilla compost recipes can be overridden/removed
  • NEW: Anvil recipes with full flag and multi-result support
    • Format: <material[, ...]> + <material[, ...]> % [experience levels] % [allowrename or true] % [anvil damage chance]
  • NEW: Added special recipes for disabling vanilla anvil behavior
    • anvil.combine-item: ability to combine items of the same type to repair or improve enchantments
    • anvil.enchant: ability to enchant items with books
    • anvil.repair-material: ability to repair using a material ingredient
    • anvil.renaming: ability to rename items in an anvil
    • enabled option: enable/disable the functionality
    • material option: materials to allow/disallow. Ex: iron_sword, wooden_sword. Supports a:<aliasname> and tag:<tagname>
    • enchant option (anvil.enchant only): enchantments to allow/disallow. Ex: sweeping_edge, durability:1, damage_all:1-3