#Custom fuels not working

8 messages · Page 1 of 1 (latest)

woeful plover
#

I'm trying to add custom fuels from Create Diesel Generators, but for some reason I can't seem to get my datapack to work.
folder path: .minecraft/config/openloader/data/liquidfuel/data/railways_liquid_fuel/diesel.json

prime vigilBOT
#

Hello @woeful plover! Someone will help you shortly, please do not ping moderators or other people and just wait for someone to come help.

patent crane
woeful plover
#

yeah, ill try it as a normal datapack. and yes, i have the pack mcmeta, and the datapack shows up when i use /datapack list

#

just tried as a normal datapack. its still not working

woeful plover
#

@patent crane any updates on this? sorry if im not supposed to ping you, idk if youd seed this otherwise

patent crane
# woeful plover <@880626913813598219> any updates on this? sorry if im not supposed to ping you,...

I didn't see it before, but your datapack structure is wrong. Here's what the directory layout should be:

.minecraft/saves/MySave/datapacks/my_pack/pack.mcmeta
.minecraft/saves/MySave/datapacks/my_pack/data/my_namespace_usually_same_as_my_pack/railways_liquid_fuel/diesel.json

You are missing the [namespace] element between my_pack/data and railways_liquid_fuel/diesel.json

And It's totally fine to ping me (or other devs) once I/they enter the discussion, the bot is just trying to discourage any @ Moderator pings on unanswered questions b/c people are impatient :)

woeful plover
#

ahhh okay