Fixed/modified diamond gear recipes

* Repositioned the magma cream in several recipes
* Moved copper nugget smelting/blasting to the mc_rebalance prefix
This commit is contained in:
Sergeant Acoustic 2025-08-24 05:20:15 +01:00
parent 45212f8bac
commit 79b8697d52
8 changed files with 11 additions and 13 deletions

View file

@ -2,9 +2,8 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category":"equipment", "category":"equipment",
"pattern": [ "pattern": [
" 2 ",
"1 1", "1 1",
"1 1" "121"
], ],
"key": { "key": {
"1":{"item":"minecraft:diamond"}, "1":{"item":"minecraft:diamond"},

View file

@ -2,9 +2,8 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category":"equipment", "category":"equipment",
"pattern": [ "pattern": [
" 2 ",
"111", "111",
"1 1" "121"
], ],
"key": { "key": {
"1":{"item":"minecraft:diamond"}, "1":{"item":"minecraft:diamond"},

View file

@ -2,8 +2,8 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category":"equipment", "category":"equipment",
"pattern": [ "pattern": [
"111",
"121", "121",
"1 1",
"1 1" "1 1"
], ],
"key": { "key": {

View file

@ -3,7 +3,7 @@
"category":"equipment", "category":"equipment",
"pattern": [ "pattern": [
"1", "1",
"21 ", "2",
"3" "3"
], ],
"key": { "key": {

View file

@ -2,8 +2,8 @@
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"category":"equipment", "category":"equipment",
"pattern": [ "pattern": [
"12",
"1 ", "1 ",
" 2 ",
"3 " "3 "
], ],
"key": { "key": {