Skip to content

Commit

Permalink
fixed oredict inconsistency in bloodaltar.json
Browse files Browse the repository at this point in the history
'monster soul' had been replaced by 'minecraft:gold ingot' when it should be 'forge:ingots/gold' like the ones to either side.
  • Loading branch information
wrincewind committed Feb 25, 2024
1 parent f41d1e0 commit 983fc06
Showing 1 changed file with 2 additions and 5 deletions.
Expand Up @@ -10,18 +10,15 @@
},
"c": {
"tag": "forge:ingots/gold"
},
"d": {
"item": "minecraft:gold_ingot"
}
},
"pattern": [
"a a",
"aba",
"cdc"
"ccc"
],
"result": {
"item": "bloodmagic:altar"
},
"show_notification": true
}
}

0 comments on commit 983fc06

Please sign in to comment.