You've already forked minecraft-assets
Create/Update assets for version 18w50a
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "random_chance_with_looting",
|
||||
"chance": 0.5,
|
||||
"looting_multiplier": 0.0625
|
||||
}
|
||||
],
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:shulker_shell"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance_with_looting",
|
||||
"chance": 0.5,
|
||||
"looting_multiplier": 0.0625
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user