initial commit

This commit is contained in:
2025-09-29 20:03:42 +02:00
parent 34bb28d451
commit 8909b62171
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"enchantment": "minecraft:looting",
"function": "minecraft:enchanted_count_increase"
}
],
"name": "minecraft:shulker_shell"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/shulker"
}

6
pack.mcmeta Normal file
View File

@@ -0,0 +1,6 @@
{
"pack": {
"description": "Changes the Shulker loot table to the one from Bedrock Edition so Shulkers drop more Shulker Shells when killed with Looting.",
"pack_format": 81
}
}