ActuallyAdditions/src/generated/resources/data/actuallyadditions/loot_tables/blocks/oil_generator.json
2022-10-14 18:58:04 -05:00

32 lines
621 B
JSON

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