mars farmland loot table

This commit is contained in:
Pyritie 2025-08-10 13:04:56 +01:00
parent aa826ecf94
commit cd469833af

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfg:grass/mars_dirt"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}