You've already forked minecraft-assets
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"type": "minecraft:entity",
|
|
"pools": [
|
|
{
|
|
"bonus_rolls": 0.0,
|
|
"conditions": [
|
|
{
|
|
"chance": {
|
|
"type": "minecraft:linear",
|
|
"base": 0.5625,
|
|
"per_level_above_first": 0.0625
|
|
},
|
|
"condition": "minecraft:random_chance_with_enchanted_bonus",
|
|
"enchantment": "minecraft:looting"
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"name": "minecraft:shulker_shell"
|
|
}
|
|
],
|
|
"rolls": 1.0
|
|
}
|
|
],
|
|
"random_sequence": "minecraft:entities/shulker"
|
|
} |