fixes #967
This commit is contained in:
parent
76b1fb005d
commit
2f0421f829
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue