Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last week
CraftableRecipes
This plugin lets YOU craft any vanilla item aslong as its recognized by Minecraft/Bukkit as a material. Supports:
Custom crafting recipes.
Any vanilla item.
Enchanted recipe results.
config reloading.
Enable/disable recipes without restarting.
Config.yml:
recipes:
cobwebs_recipe:
enabled: true
result: COBWEB
enchanted: false
enchantments: {}
shape:
- "S S"
- " S "
- "S S"
ingredients:
S: STRING
trident_recipe:
enabled: true
result: TRIDENT
enchanted: false
enchantments: {}
shape:
- "DDD"
- " B "
- "PBP"
ingredients:
D: DIAMOND_SWORD
B: BREEZE_ROD
P: PRISMARINE_SHARD
elytra_recipe:
enabled: false
result: ELYTRA
enchanted: true
enchantments:
UNBREAKING: 3
MENDING: 1
VANISHING_CURSE: 1
shape:
- "P P"
- "PHP"
- "P P"
ingredients:
P: PHANTOM_MEMBRANE
H: HEART_OF_THE_SEA
Commands:
craftablerecipes (elytra_recipe, cobwebs_recipe, reload etc..) (true|false) you can enable and disable the recipe!


