fixed missing raw oil in blaze burner fuels
This commit is contained in:
parent
cff9ab16f1
commit
9153cb084b
3 changed files with 9 additions and 3 deletions
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"fluid": "minecraft:lava",
|
||||
"burnTime": 25,
|
||||
"superHeat": false,
|
||||
"amountConsumedPerTick" : 25
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"fluid": "gtceu:raw_oil",
|
||||
"fluid": "gtceu:oil_medium",
|
||||
"burnTime": 50,
|
||||
"superHeat": false,
|
||||
"amountConsumedPerTick" : 32
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"fluid": "gtceu:steam",
|
||||
"burnTime": 1,
|
||||
"burnTime": 10,
|
||||
"superHeat": false,
|
||||
"amountConsumedPerTick" : 128
|
||||
"amountConsumedPerTick" : 1280
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue