I'm doing my own custom modpack and I don't want that thrusters will able to use lava as a fuel, I think that probably the easiest solution is to just make the level not able to pass in to thrusters, but I don't really know how to code it.
ids:
minecraft:lava
createpropulsion:liquid_vector_thruster
createpropulsion:thruster
#I don't want it to use lava
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
By the looks of it, Create Propulsion has a KubeJS API:
https://github.com/Propulsion-Team/create-propulsion-simulated/blob/main/wiki/KubeJS-API.md
With it you can remove Lava as fuel
thanks this will really help, I didn't thought it's even existing
well I still don't know how to code but now I at least have a Direction