Skip to content

Commit 5488265

Browse files
authored
Merge pull request #938 from skippyall/1.21.1-skippyall
Rolling Recipe fix & Datagen
2 parents aae9a05 + 596e0d3 commit 5488265

File tree

62 files changed

+233
-719
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+233
-719
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "createaddition:has_fluid_tag",
5+
"fluidTag": "c:biodiesel"
6+
}
7+
],
8+
"type": "createaddition:liquid_burning",
9+
"burnTime": 24000,
10+
"input": {
11+
"type": "fluid_tag",
12+
"amount": 1000,
13+
"fluid_tag": "c:biodiesel"
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "createaddition:has_fluid_tag",
5+
"fluidTag": "c:creosote"
6+
}
7+
],
8+
"type": "createaddition:liquid_burning",
9+
"burnTime": 4800,
10+
"input": {
11+
"type": "fluid_tag",
12+
"amount": 1000,
13+
"fluid_tag": "c:creosote"
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "createaddition:has_fluid_tag",
5+
"fluidTag": "c:crude_oil"
6+
}
7+
],
8+
"type": "createaddition:liquid_burning",
9+
"burnTime": 9600,
10+
"input": {
11+
"type": "fluid_tag",
12+
"amount": 1000,
13+
"fluid_tag": "c:crude_oil"
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "createaddition:has_fluid_tag",
5+
"fluidTag": "c:diesel"
6+
}
7+
],
8+
"type": "createaddition:liquid_burning",
9+
"burnTime": 24000,
10+
"input": {
11+
"type": "fluid_tag",
12+
"amount": 1000,
13+
"fluid_tag": "c:diesel"
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "createaddition:has_fluid_tag",
5+
"fluidTag": "c:ethanol"
6+
}
7+
],
8+
"type": "createaddition:liquid_burning",
9+
"burnTime": 8000,
10+
"input": {
11+
"type": "fluid_tag",
12+
"amount": 1000,
13+
"fluid_tag": "c:ethanol"
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "createaddition:has_fluid_tag",
5+
"fluidTag": "c:gasoline"
6+
}
7+
],
8+
"type": "createaddition:liquid_burning",
9+
"burnTime": 24000,
10+
"input": {
11+
"type": "fluid_tag",
12+
"amount": 1000,
13+
"fluid_tag": "c:gasoline"
14+
}
15+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "createaddition:rolling",
3+
"input": {
4+
"tag": "c:ingots/brass"
5+
},
6+
"result": {
7+
"count": 2,
8+
"id": "createaddition:brass_rod"
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "createaddition:rolling",
3+
"input": {
4+
"tag": "c:ingots/copper"
5+
},
6+
"result": {
7+
"count": 2,
8+
"id": "createaddition:copper_rod"
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "createaddition:rolling",
3+
"input": {
4+
"tag": "c:plates/copper"
5+
},
6+
"result": {
7+
"count": 2,
8+
"id": "createaddition:copper_wire"
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"type": "createaddition:rolling",
3+
"input": {
4+
"tag": "c:ingots/electrum"
5+
},
6+
"result": {
7+
"count": 2,
8+
"id": "createaddition:electrum_rod"
9+
}
10+
}

0 commit comments

Comments
 (0)