Create/src/generated/resources/data/create/loot_tables/blocks/gray_toolbox.json
simibubi 7defbb18a3 Dyed Toolboxes
- Added dyed variants of the toolbox
- Toolboxes can now supply items via the "pickblock" keybind
- Toolboxes are now craftable
2021-10-07 16:16:24 +02:00

36 lines
769 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_name",
"source": "block_entity"
},
{
"function": "minecraft:copy_nbt",
"source": "block_entity",
"ops": [
{
"source": "Inventory",
"target": "Inventory",
"op": "replace"
}
]
}
],
"name": "create:gray_toolbox"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}