minecraft-assets/data/minecraft/loot_tables/gameplay/hero_of_the_village/cartographer_gift.json

19 lines
316 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:map"
},
{
"type": "minecraft:item",
"name": "minecraft:paper"
}
],
"rolls": 1.0
}
]
}