Ez recipes
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bukkit paper spigot
标签: management optimization utility
This plugin (for Fabric mod, see Here)allows you to create/modify recipes for any items. Simply add this plugin, launch you server. The plugin will automatically create a yml file in your plugins folder, then EasyRecipes folder. Then, you can add recipes.
Two default recipes are already given: easy golden apple and easy cobwebs.
You may remove them if you don't like them, or keep them. To create a new recipe, use the same format as the other recipes (see below), making sure to include each ingredient name and the result.
Example recipes
gold apple (already included)
easy_golden_apple:
shape:
- "NGN"
- "GAG"
- "NGN"
ingredients:
N: AIR
G: GOLD_INGOT
A: APPLE
result: GOLDEN_APPLE

experience bottle recipe:
easy_experience_bottle:
shape:
- "NLN"
- "LGL"
- "NLN"
ingredients:
N: AIR
G: GLASS_BOTTLE
L: LAPIS_LAZULI
result: EXPERIENCE_BOTTLE

Reload recipes
once you add or make change, Just simply use the command
/easyrecipes reload
with OP and you're done! No server restart needed.
请登录后举报
暂无评论,抢个沙发吧~