Unable to add fuel from other mods
Dokharus opened this issue ยท 1 comments
Please read the FAQ before submitting a bug report!
Bug description
When trying to put biodiesel from Immersive Engineering in a gas station, it just doesn't work (Of course after edition of .minecraft\saves\Test\serverconfig\car\fuel.toml
Steps to reproduce the issue
Add the new fuel to the config file
launch the game
try to put the newly added fuel to a gas station through either a pipe and a tank or a bucket
Expected behavior
The internal gas station tank fills up
Versions
Minecraft 1.16.4
Forge 35.1.4
car-1.16.4-1.0.5
(Using MultiMC version 0.6.11 - 1430)
Other mods
A lot, but tried without any (except for UCM and UPM) and did not work with minecraft:lava
The config you edited is just for the cars.
To add a fluid to the gas station you have to add it to machines.gas_station
in the car-server.toml
Example:
[machines.gas_station]
#Range: 1 ~ 32767
transfer_rate = 5
#If it starts with '#' it is a tag
valid_fuels = ["#car:gas_station", "minecraft:lava"]