glacian trees!

This commit is contained in:
Pyritie 2025-09-21 17:45:43 +01:00
parent 9068bc252c
commit 0b980344fc
54 changed files with 449 additions and 30 deletions

View file

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

View file

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