Merge branch 'dev' into feature/space

This commit is contained in:
Pyritie 2025-05-08 22:15:15 +01:00
commit ec576813c2
23 changed files with 818 additions and 448 deletions

View file

@ -7,7 +7,13 @@
"entries": [
{
"type": "minecraft:item",
"name": "tfc:powder/wood_ash"
"name": "tfc:powder/wood_ash",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.9
}
]
}
],
"conditions": [
@ -26,7 +32,7 @@
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.5
"chance": 0.1
}
]
}