Merge branch 'dev' into feature/create-6

This commit is contained in:
Pyritie 2025-05-13 10:53:57 +01:00
commit 9069b4c1a6
119 changed files with 6882 additions and 2127 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
}
]
}