Skip to content

Commit 281d8e7

Browse files
committed
Updating several recioes to use forge tags instead of creatingspace ingots/nuggets
1 parent c310ff3 commit 281d8e7

32 files changed

+32
-32
lines changed

src/main/resources/data/creatingspace/recipes/ressources/aluminum_ingot_to_aluminum_block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:crafting_shaped",
33
"key": {
44
"#": {
5-
"item": "creatingspace:aluminum_ingot"}
5+
"tag": "forge:ingots/aluminum"}
66
},
77
"pattern": [
88
"###",

src/main/resources/data/creatingspace/recipes/ressources/aluminum_ingot_to_aluminum_nugget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "minecraft:crafting_shapeless",
44
"ingredients": [
55
{
6-
"item": "creatingspace:aluminum_ingot"
6+
"tag": "forge:ingots/aluminum"
77
}
88
],
99
"result": {

src/main/resources/data/creatingspace/recipes/ressources/aluminum_nugget_to_aluminum_ingot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:crafting_shaped",
33
"key": {
44
"#": {
5-
"item": "creatingspace:aluminum_nugget"}
5+
"tag": "forge:nuggets/aluminum"}
66
},
77
"pattern": [
88
"###",

src/main/resources/data/creatingspace/recipes/ressources/aluminum_sheet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "create:pressing",
33
"ingredients":[
44
{
5-
"item":"creatingspace:aluminum_ingot"
5+
"tag": "forge:ingots/aluminum"
66
}
77
],
88
"results": [

src/main/resources/data/creatingspace/recipes/ressources/cobalt_ingot_to_cobalt_block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:crafting_shaped",
33
"key": {
44
"#": {
5-
"item": "creatingspace:cobalt_ingot"}
5+
"tag": "forge:ingots/cobalt"}
66
},
77
"pattern": [
88
"###",

src/main/resources/data/creatingspace/recipes/ressources/cobalt_ingot_to_cobalt_nugget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "minecraft:crafting_shapeless",
44
"ingredients": [
55
{
6-
"item": "creatingspace:cobalt_ingot"
6+
"tag": "forge:ingots/cobalt"
77
}
88
],
99
"result": {

src/main/resources/data/creatingspace/recipes/ressources/cobalt_nugget_to_cobalt_ingot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:crafting_shaped",
33
"key": {
44
"#": {
5-
"item": "creatingspace:cobalt_nugget"}
5+
"tag": "forge:nuggets/cobalt"}
66
},
77
"pattern": [
88
"###",

src/main/resources/data/creatingspace/recipes/ressources/nickel_dust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "create:crushing",
44
"ingredients": [
55
{
6-
"item": "creatingspace:nickel_ingot"
6+
"tag": "forge:ingots/nickel"
77
}
88
],
99
"processingTime": 400,

src/main/resources/data/creatingspace/recipes/ressources/nickel_ingot_to_nickel_block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "minecraft:crafting_shaped",
33
"key": {
44
"#": {
5-
"item": "creatingspace:nickel_ingot"}
5+
"tag": "forge:ingots/nickel"}
66
},
77
"pattern": [
88
"###",

src/main/resources/data/creatingspace/recipes/ressources/nickel_ingot_to_nickel_nugget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "minecraft:crafting_shapeless",
44
"ingredients": [
55
{
6-
"item": "creatingspace:nickel_ingot"
6+
"tag": "forge:ingots/nickel"
77
}
88
],
99
"result": {

0 commit comments

Comments
 (0)