Skip to content

Commit

Permalink
Fix Soulstone not Cobbled Soulstone
Browse files Browse the repository at this point in the history
closes #762
  • Loading branch information
BlakeBr0 committed Jan 26, 2025
1 parent 3928ae3 commit 3a860dd
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,29 @@
"type": "minecraft:alternatives",
"children": [
{
"name": "mysticalagriculture:soulstone",
"type": "minecraft:item",
"name": "mysticalagriculture:soulstone",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
}
]
]
}
}
}
]
},
{
"name": "mysticalagriculture:soulstone_cobble",
"type": "minecraft:item",
"name": "mysticalagriculture:soulstone_cobble",
"conditions": [
{
"condition": "minecraft:survives_explosion"
Expand Down

0 comments on commit 3a860dd

Please sign in to comment.