Loot Modifier 图标

Loot Modifier

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/loot-modifier
资源信息

Minecraft 版本: 1.21.8

平台: fabric

标签: library

资源介绍

Loot Modifier

A mod to allow datapacks to modify existing loot tables

Loot table modifiers should be defined in data//lootmodifier/loot_table_modifier/.json

JSON Format

target: A loot table identifier, or list of loot table identifiers, to modify.

pools: A list of pools to add to the loot tables. Uses vanilla loot pool format.

Example

Gives dirt and grass blocks a 10% chance to drop a diamond when mined

{
  "target": [
    "minecraft:blocks/dirt",
    "minecraft:blocks/grass_block"
  ],
  "pools": [
    {
      "conditions": [
        {
          "condition": "minecraft:random_chance",
          "chance": 0.1
        }
      ],
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:diamond"
        }
      ],
      "rolls": 1.0
    }
  ]
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
SMPUtils Xtra

价格:0 墨喵币
下载量:0

查看详情
Starstruck Void

价格:0 墨喵币
下载量:0

查看详情
Wrenching My Tom Till I Create

价格:0 墨喵币
下载量:0

查看详情
Aliases+

价格:0 墨喵币
下载量:0

查看详情