当前位置:首页 > 手游资讯 > 游戏活动 > 我的世界设置自定义方块掉落的说明与样例代码

我的世界设置自定义方块掉落的说明与样例代码

时间:2022-08-03作者:玩乐游戏来源:玩乐游戏网

我的世界命令方块怎么自定义小白掉落石头指令|MC命令,我的世界作弊码大全(命令大全),我的世界指令代码大全,我的世界指令代码大全:2021最全指令代码合集[多图],下面小编来给大家介绍一下,一起来了解一下吧!

This is an example of a loot table. It's the "bonus chest" right now, one of the simpler examples.

Functions would be a list of stuff to apply, like: "set enchants", "set damage", "set nbt", "set data", etc.

("weight" is "chance of getting this vs something else")

我的世界设置自定义方块掉落的说明与样例代码

晚餐骨:这里是一个物品列表的例子。这个现在是一个奖励箱的普通例子。

调用的方式就像是一个列表,比如“设置附魔”,“设置损害值”,“设置nbt”,“设置元数据”诸如此类的东西。

权重是指与其他物品相比有机会获得此项的概率。

晚餐骨给了一段json。

[
  {
    "item": "minecraft:stick",
    "weight": 10,
    "functions": [
      {
        "function": "minecraft:set_count",
        "min": 1,
        "max": 3
      }
    ]
  },
  {
    "item": "minecraft:planks",
    "weight": 10,
    "functions": [
      {
        "function": "minecraft:set_count",
        "min": 1,
        "max": 3
      }
    ]
  },
  {
    "item": "minecraft:log",
    "weight": 10,
    "functions": [
      {
        "function": "minecraft:set_count",
        "min": 1,
        "max": 3
      }
    ]
  },
  {
    "item": "minecraft:stone_axe",
    "weight": 3
  },
  {
    "item": "minecraft:wooden_axe",
    "weight": 5
  },
  {
    "item": "minecraft:stone_pickaxe",
    "weight": 3
  },
  {
    "item": "minecraft:wooden_pickaxe",
    "weight": 5
  },
  {
    "item": "minecraft:apple",
    "weight": 5,
    "functions": [
      {
        "function": "minecraft:set_count",
        "min": 2,
        "max": 3
      }
    ]
  },
  {
    "item": "minecraft:bread",
    "weight": 3,
    "functions": [
      {
        "function": "minecraft:set_count",
        "min": 2,
        "max": 3
      }
    ]
  },
  {
    "item": "minecraft:log2",
    "weight": 10,
    "functions": [
      {
        "function": "minecraft:set_count",
        "min": 1,
        "max": 3
      }
    ]
  }

]

这不是官方API你打死我都不信。



更多内容敬请关注玩玩游戏吧下载站

最新资讯
我的世界

游戏名:我的世界

类   型:冒险解谜

评   分:7分

游戏排行榜
1吞天记
1
吞天记
2黑龙与天使(福利版)
2
黑龙与天使(福利版)
3降妖传奇(爆无限充值)
3
降妖传奇(爆无限充值)
4运筹三国-壕送千抽
4
运筹三国-壕送千抽
5王者荣耀
5
王者荣耀
6超神之刃(无限送真充)
6
超神之刃(无限送真充)
7和平精英
7
和平精英
8冰火启示录(无限送充值)
8
冰火启示录(无限送充值)