diff --git a/src/main/resources/data/nautec/loot_table/blocks/suspicious_gravel.json b/src/main/resources/data/nautec/loot_table/blocks/suspicious_gravel.json new file mode 100644 index 00000000..61a46f09 --- /dev/null +++ b/src/main/resources/data/nautec/loot_table/blocks/suspicious_gravel.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:diamond", + "functions": [ + { + "function": "minecraft:set_count", + "count": 1 + } + ] + }, + { + "type": "minecraft:item", + "name": "minecraft:emerald", + "functions": [ + { + "function": "minecraft:set_count", + "count": 2 + } + ] + } + ] + } + ] +}