Skip to content

Commit 96a6175

Browse files
committed
Update autosmelt_or_cobble.json
1 parent 373fe2e commit 96a6175

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/main/resources/data/rpggods/loot_modifiers/autosmelt_or_cobble.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,17 @@
1111
{
1212
"condition": "minecraft:inverted",
1313
"term":
14-
{
15-
"condition": "minecraft:match_tool",
16-
"predicate": {
17-
"enchantments": [
18-
{
19-
"enchantment": "minecraft:silk_touch",
20-
"levels": {
21-
"min": 1
22-
}
14+
{
15+
"condition": "minecraft:match_tool",
16+
"predicate": {
17+
"enchantments": [
18+
{
19+
"enchantment": "minecraft:silk_touch",
20+
"levels": {
21+
"min": 1
2322
}
24-
]
25-
}
23+
}
24+
]
2625
}
2726
}
2827
}

0 commit comments

Comments
 (0)