Beyond Earth

Beyond Earth

3M Downloads

Fuel Tags/Fuel Customisation

Koku0 opened this issue ยท 4 comments

commented

Describe the feature

A compatibility option for rocket fuel would be fantastic. Something like a forge tag that we can apply to various fluids (like Thermal Foundation's Refined Fuel) so that we can use alternate fuels.

Additional context

Usecase: This would be fantastic for modpacks, as you could greatly integrate Beyond Earth with other mods.

commented

that is already in

commented

`

/** FLUIDS */
public static final TagKey<Fluid> FLUID_VEHICLE_FUEL_TAG = TagKey.create(Registry.FLUID_REGISTRY, new ResourceLocation(BeyondEarth.MODID, "vehicle_fuel"));
public static final TagKey<Fluid> FLUID_OIL_FLUID_TAG = TagKey.create(Registry.FLUID_REGISTRY, new ResourceLocation(BeyondEarth.MODID, "oil"));

`

commented

If you is modpack develper, Add 'beyond_earth:vehicle_fuel' tag to your want fluid
Or just install addon mod, It is already support.
See the Fuel Compatibility section in this url
https://www.curseforge.com/minecraft/mc-mods/space-bosstools-giselle-addon

commented

My apologies, sorry for this. Thanks for clarifying everything.