* combustion fuels

* Lava buff and added biomass

* added creosote
This commit is contained in:
Sakura
2026-03-19 20:01:12 +02:00
committed by GitHub
parent 6895673ba9
commit 92ee7cfe24
14 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:bio_diesel"
],
"fuel_ticks": 3200
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:biomass"
],
"fuel_ticks": 850
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:cetane_boosted_diesel"
],
"fuel_ticks": 12800
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:creosote"
],
"fuel_ticks": 600
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:diesel"
],
"fuel_ticks": 4800
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:ethanol"
],
"fuel_ticks": 2400
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:gasoline"
],
"fuel_ticks": 20000
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:high_octane_gasoline"
],
"fuel_ticks": 40000
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"minecraft:lava"
],
"fuel_ticks": 900
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:methanol"
],
"fuel_ticks": 800
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:naphtha"
],
"fuel_ticks": 800
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:octane"
],
"fuel_ticks": 1000
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:rocket_fuel"
],
"fuel_ticks": 3125
}

View File

@@ -0,0 +1,6 @@
{
"fluids": [
"gtceu:toluene"
],
"fuel_ticks": 4000
}