textures for mars twigs, fixed models for saplings, some tags

This commit is contained in:
Pyritie 2025-09-03 22:16:02 +01:00
parent 91a78b4bfc
commit ede77ef950
21 changed files with 173 additions and 31 deletions

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfg:saplings/crimson"
}
],
"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": "tfg:saplings/warped"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}