Перейти к содержимому
Mineforgian

Create Aeronautics: Portable Engine Liquid Fuel

Liquid fuel support for Portable Engine from Create Aeronautics (Simulated)

79K загрузок36 подписчиковMITneoforge

Обновлён 28 апреля 2026 г. · опубликован 22 апреля 2026 г.

Adds liquid fuel support to the Portable Engine from Create: Aeronautics (Simulated). Instead of relying solely on solid fuels, the engine can now consume fluids like lava through pipe systems.

Datapack Support

You can add custom fluids by creating a datapack with the following file paths:

Normal fuel:

epicdatapackname/data/portable_engine_liquid_fuel/data_maps/fluid/engine_fuel.json

Superheated fuel:

moreepicdatapackname/data/portable_engine_liquid_fuel/data_maps/fluid/super_engine_fuel.json

Example content:

{
  "values": {
    "modid:fluid_name": {
      "burn_time": 5000
    },
    "#fluidtag:name": {
      "burn_time": 12000
    }
  }
}

For Datapack Enthusiasts

To ensure entries only load when a specific mod is installed:

{
  "neoforge:conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "yourmodid"
    }
  ],
  "values": {}
}

To be safe and avoid overwriting existing entries:

{
  "replace": false,
  "values": {}
}

Both neoforge:conditions and replace can be used together — they are not incompatible.

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.0.0Релиз1.21.1neoforge28 апреля 2026 г..jar (130 КБ)
1.0.0Релиз1.21.1neoforge22 апреля 2026 г..jar (137 КБ)

Ченджлог

2.0.0Релиз1.21.1 · 28 апреля 2026 г.
  • Now uses #minecraft:lava tag instead of direct lava fluid
  • Added Superheated Engine support
  • Added Create: QoL "Superheated Lava" compatibility
  • Added datapack support
1.0.0Релиз1.21.1 · 22 апреля 2026 г.

First release

Полная история изменений — на Modrinth.

Комментарии

Загружаем…