Actually Useful Fletching Table
作者:rebot | 分类:模组
Minecraft 版本: 26.1.2
平台: fabric
标签: equipment game-mechanics
Actually Useful Fletching Table
Usage
Actually Useful Fletching Table is a Minecraft mod that allows you to tip arrows via the previously useless Fletching Table.
Recipes for tipped arrows are the same as their potion counterparts, outside of the Arrow of Weakness, which is made with Blaze Powder and a Fermented Spider Eye.
Mod Compatibility
If you want to make custom recipes using this mod, there are a few things you should be familiar with:
Recipe Formatting
This mod uses Fabric's API for data-driven recipes, and the recipe JSON should follow the following format:
{
"type": "useful-fletching-table:tipping",
"arrowItem": "namespace:arrow",
"materialItem": "namespace:material",
"modifierItem": "namespace:modifier",
"result": {
"id": "namespace:result",
"components": {}
}
}
Item Tags
The arrowItem item needs to have theminecraft#arrows tag, and the modifierItem item needs to have the useful-fletching-table#fletching_mod tag.
请登录后举报
暂无评论,抢个沙发吧~