You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
28
data/minecraft/loot_table/entities/shulker.json
Normal file
28
data/minecraft/loot_table/entities/shulker.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance_with_enchanted_bonus",
|
||||
"enchanted_chance": {
|
||||
"type": "minecraft:linear",
|
||||
"base": 0.5625,
|
||||
"per_level_above_first": 0.0625
|
||||
},
|
||||
"enchantment": "minecraft:looting",
|
||||
"unenchanted_chance": 0.5
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:shulker_shell"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:entities/shulker"
|
||||
}
|
||||
Reference in New Issue
Block a user