
Wrong Fluid XP Is Being Stored
Shugabush opened this issue ยท 5 comments
Minecraft version
1.20.1
LibX version
1.20.1-5.0.14
UtilitiX version
1.20.1-0.8.25
Forge version
47.3.29
The latest.log file
Issue description
I really appreciate the update! But while I've specified "create_enchantment_industry:experience" for the experience that I want the experience crystal to store, I'm getting COFH Core's experience. I've tried adding/removing tags, but I'll only get either COFH Core's experience, or nothing.
Steps to reproduce
No response
Other information
No response
I know, the file ending says .json5
but it's actually just JSON with comments, so it's only .json5
for editors so that they don't show an error for comments.
You need to wrap the value in "
to actually work. Tell me the result when you did that. If it's resolved, you can also close the issue, thank you :)
I know, the file ending says
.json5
but it's actually just JSON with comments, so it's only.json5
for editors so that they don't show an error for comments. You need to wrap the value in"
to actually work. Tell me the result when you did that. If it's resolved, you can also close the issue, thank you :)
I have just edited the log file so that it's wrapped in ". It's the same link as before.
Could you provide another log with the updated config?
And which exact mods did add the fluids? Will try with these.
Right now I'm testing with just COFH Core and Create Enchantment Industry's fluid experiences. Here's the updated log:
https://pastebin.com/EjZGTPk0
I looked a bit deeper.
The xp fluid you want does not have any tag. Not here https://github.com/DragonsPlusMinecraft/CreateEnchantmentIndustry/tree/1.20.1/0.5.1-dev/src/main/resources/data/create_enchantment_industry/tags, nor here https://github.com/DragonsPlusMinecraft/CreateEnchantmentIndustry/tree/1.20.1/0.5.1-dev/src/generated/resources/data/forge/tags/fluids
A fluid needs to have the fluid tag #forge:experience
or #forge:xpjuice
. And something is still wrong in your config with the fluidXp value, there's still the MalformedJsonException
in line 118
A solution for you could be to add the fluid to one of these tags.