made depth ingots much cheaper

closes #330
This commit is contained in:
Ell 2023-11-13 18:30:26 +01:00
parent 453754096e
commit 7865f2683c

View file

@ -1,9 +1,9 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
"SGS", " I ",
"GIG", "GSG",
"SGS" " I "
], ],
"key": { "key": {
"I": { "I": {
@ -19,4 +19,4 @@
"result": { "result": {
"item": "naturesaura:depth_ingot" "item": "naturesaura:depth_ingot"
} }
} }