ferriarnus / LiquidBurner

GNU Lesser General Public License v3.0
0 stars 2 forks source link

Creosote as a liquid fuel to Blaze Burner #15

Open EternalDrifter opened 4 months ago

EternalDrifter commented 4 months ago

Hello. I am a simple minecraft player who decided to play with Create mod, a couple of other mods and several additions to it, including Liquid Burner. In particular, Immersive Engineering, which adds Creosote. A liquid that burns well. And which can be directly charged into the Blaze Burner from a bucket, as fuel, like lava. But unlike lava, Creosote for some reason may not be used as fuel if it is supplied through pipes, only from a bucket using the right mouse button.

Note: This works for both liquid pipes from Create and a similar block from Immersive Engineering.

I am a simple minecraft player and have no idea how to make datapacks and code javascript to create.json files. My knowledge is only enough to replace the fluid ID in the "fluid" column from the example.

Please, if any of the knowledgeable people can help by giving a link to the guide or help in some other way, I will be very grateful!

image

LieOnLion commented 4 months ago

In the world folder, there should be a datapacks folder, in there make a new folder, call it what u want. so u should start with <world-name>/datapacks/<your-datapack-name>/. in here yout want to make a file (just click create txt) and call it pack.mcmeta, this file can be opened with any text editor, then you want to past in this:

{
    "pack": {
        "pack_format": 15,
        "description": ""
    }
}

then you just want to make folders to get the path data/immersive_engineering/recipes/creosote.json

and in that json file add this:

{
  "type": "liquidburner:liquidburning",
  "fluid": "immersiveengineering:creosote",
  "burntime": "800",
  "superheattime" : "0"
}

restart the game or do /reload and it should be added

if you need more help. I will make the datapack and send u it over My Discord Server if you need more direct help