You've already forked minecraft-assets
Create/Update assets for version 18w45a
This commit is contained in:
45
data/minecraft/loot_tables/entities/cat_morning_gift.json
Normal file
45
data/minecraft/loot_tables/entities/cat_morning_gift.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:gift",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:rabbit_hide"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:rabbit_foot"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:chicken"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:feather"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:rotten_flesh"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "minecraft:string"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"name": "minecraft:phantom_membrane"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user