Tool Drops Reborn
作者: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
平台: fabric
标签: equipment utility
Tool Drops Reborn
A fabric mod that allows you to configure loot tables for when an item breaks due to durability.
Example: if you want a diamond pickaxe to drop 2 diamonds when it breaks, create the file "config/tooldrops/loot_tables/minecraft.diamond_pickaxe.json"
{
"pools": [
{
"rolls": 2,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:diamond"
}
]
}
]
}
The config folder will be created when minecraft is first started with this mod installed.
The name of every loot table has to be the Identifier used for the item (replace the colon with a dot).
Finally, the content of the file is a normal loot table and can be created at https://misode.github.io/loot-table/
Requires Fabric API
Original Ported from https://www.curseforge.com/minecraft/mc-mods/tool-drops
请登录后举报

暂无评论,抢个沙发吧~