Closed gaboscharff99 closed 3 months ago
thats odd, i see its complaining about the colormap not existing but the one at the path youwrote is exactly that. Ill do some testing, maybe its I have made these particle modifiers load before colormaps
Thank you for looking into this.
this should be solved
Polytone version: v1.21-2.2.9
In my custom resource pack, I have the following files:
/assets/minecraft/particles/warped_nylium.json
:/assets/minecraft/polytone/custom_particles/warped_nylium.json
:/assets/minecraft/polytone/colormaps/warped_colors.json
(along with its correspondingwarped_colors.png
):The resurce pack failed to load, however. Here are the contents of the generated
polytone.log
file:What I can gather from reading this log file is that the custom particle failed to parse the custom colormap for one reason or another. Interestingly, however, this colormap is also used by a particle modifier for a vanilla particle effect, and that does seem to be able to parse it correctly, meaning this might be an issue with the
colormap
property on custom particles.