Files
minecraft-assets/data/minecraft/loot_table/blocks/lime_shulker_box.json
2025-03-19 18:31:15 +01:00

28 lines
656 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_components",
"include": [
"minecraft:custom_name",
"minecraft:container",
"minecraft:lock",
"minecraft:container_loot"
],
"source": "block_entity"
}
],
"name": "minecraft:lime_shulker_box"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/lime_shulker_box"
}