initial commit
This commit is contained in:
36
data/minecraft/loot_table/entities/shulker.json
Normal file
36
data/minecraft/loot_table/entities/shulker.json
Normal 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
6
pack.mcmeta
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user