Create/Update assets for version 18w50a

This commit is contained in:
InventiveBot
2018-12-21 06:39:57 +00:00
parent 2899084dcb
commit a57133010d
2938 changed files with 67589 additions and 10019 deletions

View File

@@ -1,29 +1,30 @@
{
"pools": [
"type": "minecraft:fishing",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:cod",
"weight": 60
},
{
"type": "item",
"name": "minecraft:salmon",
"weight": 25
},
{
"type": "item",
"name": "minecraft:tropical_fish",
"weight": 2
},
{
"type": "item",
"name": "minecraft:pufferfish",
"weight": 13
}
]
"type": "minecraft:item",
"weight": 60,
"name": "minecraft:cod"
},
{
"type": "minecraft:item",
"weight": 25,
"name": "minecraft:salmon"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:tropical_fish"
},
{
"type": "minecraft:item",
"weight": 13,
"name": "minecraft:pufferfish"
}
]
]
}
]
}