Skip to content

Commit b448aa9

Browse files
authored
Merge pull request #945 from L-Lawlite/1.21.1
1.21.1
2 parents 7232b08 + 9dce401 commit b448aa9

File tree

18 files changed

+100
-98
lines changed

18 files changed

+100
-98
lines changed

src/main/resources/data/createaddition/recipe/compat/tconstruct/amethyst_bronze.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"results": [
1212
{
13-
"item": "tconstruct:amethyst_bronze_ingot",
13+
"id": "tconstruct:amethyst_bronze_ingot",
1414
"count": 1
1515
}
1616
],

src/main/resources/data/createaddition/recipe/compat/tconstruct/blaze_blood.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"type":"createaddition:liquid_burning",
33
"input": {
4+
"type": "fluid_stack",
45
"fluid": "tconstruct:blazing_blood",
56
"amount": 1000
67
},
78
"burnTime": 6400,
9+
"superheated": true,
810
"neoforge:conditions": [
911
{
1012
"type": "neoforge:mod_loaded",

src/main/resources/data/createaddition/recipe/compat/tconstruct/pig_iron_2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
}
4949
],
5050
"heatRequirement": "heated",
51-
"conditions": [
51+
"neoforge:conditions": [
5252
{
53-
"type": "forge:mod_loaded",
53+
"type": "neoforge:mod_loaded",
5454
"modid": "tconstruct"
5555
}
5656
]

src/main/resources/data/createaddition/recipe/liquid_burning/compat/thermal/heavy_oil.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type":"createaddition:liquid_burning",
33
"input": {
4-
"type": "fluid_tag",
4+
"type": "fluid_stack",
55
"fluid_tag": "thermal:heavy_oil",
66
"amount": 1000
77
},
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"type":"createaddition:liquid_burning",
33
"input": {
4-
"type": "fluid_tag",
4+
"type": "fluid_stack",
55
"fluid_tag": "thermal:light_oil",
66
"amount": 1000
77
},
88
"burnTime": 9600,
9-
"conditions": [
10-
{
11-
"type": "forge:mod_loaded",
12-
"modid": "thermal"
13-
}
14-
]
9+
"neoforge:conditions": [
10+
{
11+
"type": "neoforge:mod_loaded",
12+
"modid": "thermal"
13+
}
14+
]
1515
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"type":"createaddition:liquid_burning",
33
"input": {
4-
"type": "fluid_tag",
4+
"type": "fluid_stack",
55
"fluid_tag": "thermal:refined_fuel",
66
"amount": 1000
77
},
88
"burnTime": 24000,
99
"superheated": true,
10-
"conditions": [
11-
{
12-
"type": "forge:mod_loaded",
13-
"modid": "thermal"
14-
}
15-
]
10+
"neoforge:conditions": [
11+
{
12+
"type": "neoforge:mod_loaded",
13+
"modid": "thermal"
14+
}
15+
]
1616
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"type":"createaddition:liquid_burning",
33
"input": {
4-
"type": "fluid_tag",
4+
"type": "fluid_stack",
55
"fluid_tag": "thermal:tree_oil",
66
"amount": 1000
77
},
88
"burnTime": 4800,
9-
"conditions": [
10-
{
11-
"type": "forge:mod_loaded",
12-
"modid": "thermal"
13-
}
14-
]
9+
"neoforge:conditions": [
10+
{
11+
"type": "neoforge:mod_loaded",
12+
"modid": "thermal"
13+
}
14+
]
1515
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"type":"create:pressing",
33
"ingredients": [{
4-
"tag": "forge:ingots/steel"
4+
"tag": "c:ingots/steel"
55
}],
66
"results": [{
77
"id": "immersiveengineering:plate_steel"
88
}],
9-
"conditions": [{
10-
"type": "forge:mod_loaded",
9+
"neoforge:conditions": [{
10+
"type": "neoforge:mod_loaded",
1111
"modid": "immersiveengineering"
1212
}]
1313
}

src/main/resources/data/createaddition/recipe/rolling/aluminum_ingot.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/main/resources/data/createaddition/recipe/rolling/aluminum_plate.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)