Determancer
本帖最后由 Determancer 于 2020-2-15 15:34 编辑

从loot_table里翻出来的内容,有兴趣者可以查看折叠区的代码。
右击给予Piglin金锭或直接将金锭扔在地上让Piglin捡起后,Piglin会以投掷的方式回赠以下随机物品(交易过程中勿忘穿戴至少一件金制装备):
·各类蘑菇(包括新加入的诡异菌和绯红菌)
·一些方块:沙砾,黑曜石,灵魂沙,菌光体
·一些杂物:石英,荧光粉,末影珍珠,火焰弹,岩浆膏,燧石,地狱砖,皮革(不想杀牛的玩家的福音)
·食物:腐肉,生猪排

BTW,虽然由于Piglin的材质,远观它们时仍有可能出现戴猪头帽萌妹的错视感,但靠近它们后将会持续听到粗野的猪吼,帮助玩家纠正认知偏误

2021.12 数据,可能有更多内容从loot_table里翻出来的内容,有兴趣者可以查看折叠区的代码。
右击给予Piglin金锭或直接将金锭扔在地上让Piglin捡起后,Piglin会以投掷的方式回赠以下随机物品(交易过程中勿忘穿戴至少一件金制装备):
·各类蘑菇(包括新加入的诡异菌和绯红菌)
·一些方块:沙砾,黑曜石,灵魂沙,菌光体
·一些杂物:石英,荧光粉,末影珍珠,火焰弹,岩浆膏,燧石,地狱砖,皮革(不想杀牛的玩家的福音)
·食物:腐肉,生猪排


{
"type": "minecraft:barter",
"pools": [
    {
   "rolls": 1,
   "entries": [
  {
    "type": "minecraft:item",
    "name": "minecraft:warped_nylium"
  },
  {
    "type": "minecraft:item",
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:quartz"
  },
  {
    "type": "minecraft:item",
    "name": "minecraft:obsidian"
  },
  {
    "type": "minecraft:item",
    "weight": 2,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 2.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:glowstone_dust"
  },
  {
    "type": "minecraft:item",
    "weight": 2,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 3.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:magma_cream"
  },
  {
    "type": "minecraft:item",
    "weight": 2,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 2.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:ender_pearl"
  },
  {
    "type": "minecraft:item",
    "weight": 5,
    "name": "minecraft:shroomlight"
  },
  {
    "type": "minecraft:item",
    "weight": 5,
    "name": "minecraft:fire_charge"
  },
  {
    "type": "minecraft:item",
    "weight": 5,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 4.0,
    "max": 12.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:gravel"
  },
  {
    "type": "minecraft:item",
    "weight": 5,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 2.0,
    "max": 5.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:porkchop"
  },
  {
    "type": "minecraft:item",
    "weight": 5,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 2.0,
    "max": 7.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:leather"
  },
  {
    "type": "minecraft:item",
    "weight": 5,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 2.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:warped_fungi"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:soul_sand"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:red_mushroom"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:brown_mushroom"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 3.0,
    "max": 8.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:flint"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 4.0,
    "max": 12.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:rotten_flesh"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:crimson_fungi"
  },
  {
    "type": "minecraft:item",
    "weight": 10,
    "functions": [
   {
  "function": "minecraft:set_count",
  "count": {
    "min": 1.0,
    "max": 4.0,
    "type": "minecraft:uniform"
  }
   }
    ],
    "name": "minecraft:nether_brick"
  }
   ]
    }
]
}


BTW,虽然由于Piglin的材质,远观它们时仍有可能出现戴猪头帽萌妹的错视感,但靠近它们后将会持续听到粗野的猪吼,帮助玩家纠正认知偏误

Xu__
下次能不能弄个代码编辑器?

Piglin_42313
说实话,我把演讲稿(岩浆膏)看成了烈焰粉

GCVillager
说真的,我怎么看那鼻子都像是眼睛

Li_Chen_455
我:太好了...本来金锭就没个什么用,这下子可以大换特换了
5分钟后:“金锭是MC最稀缺的资源”

青芦叶
好亏呀,好亏好亏呀,这不是逼我做猪人塔吗

小孩孩
远观它们时仍有可能出现戴猪头帽萌妹的错视感,但靠近它们后将会持续听到粗野的猪吼

感觉到了恐怖
说实话,我一直都把它想成妹子

你这话不禁让我想到了女装大佬露肱二头肌
太可怕了

第一页 上一页 下一页 最后一页