Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "minecraft:loot_table",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "name": "minecraft:bat_spawn_egg",
- "functions": [
- {
- "function": "minecraft:set_components",
- "components": {
- "minecraft:item_model": "skyblock:hut_zylinder",
- "minecraft:consumable": {
- "consume_seconds": 5
- },
- "minecraft:food": {
- "nutrition": 5,
- "saturation": 6,
- "can_always_eat": true
- },
- "minecraft:item_name": "Zylinder"
- }
- }
- ],
- "weight": 10
- },
- {
- "type": "minecraft:item",
- "name": "minecraft:blaze_spawn_egg",
- "weight": 5
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement