aboutsummaryrefslogtreecommitdiff
path: root/data/minecraft/loot_tables/entities/shulker.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/loot_tables/entities/shulker.json')
-rw-r--r--data/minecraft/loot_tables/entities/shulker.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/minecraft/loot_tables/entities/shulker.json b/data/minecraft/loot_tables/entities/shulker.json
new file mode 100644
index 0000000..767a395
--- /dev/null
+++ b/data/minecraft/loot_tables/entities/shulker.json
@@ -0,0 +1,31 @@
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 0.0,
+ "max": 1.0,
+ "type": "minecraft:uniform"
+ }
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:shulker_shell"
+ }
+ ]
+ }
+ ]
+}