Skip to content

Commit 52f5224

Browse files
committed
Adding Northstar/Create Liquid Fuels compat
1 parent fb16149 commit 52f5224

6 files changed

Lines changed: 31 additions & 1 deletion

File tree

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mod_version=1.7.0
4040
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
4141
mod_group_id=dev.kalwantspizza.perfectprocessing
4242
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
43-
mod_authors=KalWantsPizza
43+
mod_authors=KalWantsPizza, Doppel_R
4444
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
4545
mod_description=This mod provides recipe tweaks and renewable resources for Mr. Beardstone's Whiskers & Wonders patreon server on 1.21.1\nWith credit to Dragonll237, gunhippy, Doppel_R, and EsmeTH (Server Council) for recipe collaboration.
4646

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"fluid": "northstar:biofuel",
3+
"burnTime": 20,
4+
"superHeat": false,
5+
"amountConsumedPerTick" : 2
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"fluid": "northstar:hydrocarbon",
3+
"burnTime": 20,
4+
"superHeat": false,
5+
"amountConsumedPerTick" : 1
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"fluid": "northstar:hydrogen",
3+
"burnTime": 20,
4+
"superHeat": false,
5+
"amountConsumedPerTick" : 1
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"fluid": "northstar:liquid_hydrogen",
3+
"burnTime": 32,
4+
"superHeat": true,
5+
"amountConsumedPerTick" : 1
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"fluid": "northstar:methane",
3+
"burnTime": 40,
4+
"superHeat": true,
5+
"amountConsumedPerTick" : 1
6+
}

0 commit comments

Comments
 (0)