ActuallyAdditions/src/generated/resources/data/actuallyadditions/loot_tables/blocks/crusher_double.json
Flanks255 120721564e Crushers and furnaces keep energy.
Fixed crusher crash.
2022-10-19 09:57:56 -05:00

32 lines
622 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "actuallyadditions:crusher_double"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"functions": [
{
"function": "minecraft:copy_nbt",
"source": "block_entity",
"ops": [
{
"source": "Energy",
"target": "BlockEntityTag.Energy",
"op": "replace"
}
]
}
]
}
]
}