Skip to content

Commit 0267be1

Browse files
committed
Some fixes
1 parent c692e9a commit 0267be1

File tree

27 files changed

+336
-20
lines changed

27 files changed

+336
-20
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"type": "nuclearcraft:alloy_smelter",
3+
"input": [
4+
{
5+
"tag": "forge:dusts/manganese"
6+
},
7+
{
8+
"tag": "forge:dusts/graphite"
9+
}
10+
],
11+
"output": [
12+
{
13+
"count": 2,
14+
"item": "nuclearcraft:carbon_manganese_ingot"
15+
}
16+
],
17+
"powerModifier": 5.0,
18+
"radiation": 1.0,
19+
"timeModifier": 5.0
20+
}

src/generated/resources/data/nuclearcraft/recipes/fluid_infuser/dusts_manganese-oxygen.json renamed to src/generated/resources/data/nuclearcraft/recipes/fluid_infuser/dusts_manganese_oxide-oxygen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "nuclearcraft:fluid_infuser",
33
"input": [
44
{
5-
"tag": "forge:dusts/manganese"
5+
"tag": "forge:dusts/manganese_oxide"
66
}
77
],
88
"inputFluids": [

src/generated/resources/data/nuclearcraft/recipes/fluid_infuser/ingots_manganese-oxygen.json renamed to src/generated/resources/data/nuclearcraft/recipes/fluid_infuser/ingots_manganese_oxide-oxygen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "nuclearcraft:fluid_infuser",
33
"input": [
44
{
5-
"tag": "forge:ingots/manganese"
5+
"tag": "forge:ingots/manganese_oxide"
66
}
77
],
88
"inputFluids": [
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "nuclearcraft:boron_chunk"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/boron"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "nuclearcraft:cobalt_chunk"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/cobalt"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "nuclearcraft:lead_chunk"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/lead"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "nuclearcraft:lithium_chunk"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/lithium"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "nuclearcraft:magnesium_chunk"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/magnesium"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "minecraft:netherite_scrap"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/netherite"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "nuclearcraft:manufactory",
3+
"input": [
4+
{
5+
"item": "nuclearcraft:platinum_chunk"
6+
}
7+
],
8+
"output": [
9+
{
10+
"count": 2,
11+
"tag": "forge:dusts/platinum"
12+
}
13+
],
14+
"powerModifier": 1.0,
15+
"radiation": 1.0,
16+
"timeModifier": 1.0
17+
}

0 commit comments

Comments
 (0)