Adding recipe_smithing_transform

This commit is contained in:
DaanV2
2023-03-09 16:52:33 +01:00
parent 9889caa6e7
commit c05a18f8cd
2 changed files with 31 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
"minecraft:recipe_brewing_container": { "$ref": "./types/recipe_brewing_container.json" },
"minecraft:recipe_brewing_mix": { "$ref": "./types/recipe_brewing_mix.json" },
"minecraft:recipe_shaped": { "$ref": "./types/recipe_shaped.json" },
"minecraft:recipe_shapeless": { "$ref": "./types/recipe_shapeless.json" }
"minecraft:recipe_shapeless": { "$ref": "./types/recipe_shapeless.json" },
"minecraft:recipe_smithing_transform": { "$ref": "./types/recipe_smithing_transform.json" }
}
}