fixed missing raw oil in blaze burner fuels

This commit is contained in:
Pyritie
2026-01-14 22:33:39 +00:00
parent cff9ab16f1
commit 9153cb084b
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
{
"fluid": "minecraft:lava",
"burnTime": 25,
"superHeat": false,
"amountConsumedPerTick" : 25
}

View File

@@ -1,5 +1,5 @@
{
"fluid": "gtceu:raw_oil",
"fluid": "gtceu:oil_medium",
"burnTime": 50,
"superHeat": false,
"amountConsumedPerTick" : 32

View File

@@ -1,6 +1,6 @@
{
"fluid": "gtceu:steam",
"burnTime": 1,
"burnTime": 10,
"superHeat": false,
"amountConsumedPerTick" : 128
"amountConsumedPerTick" : 1280
}