Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom fluids not rendering in the map #47

Closed
28Pollux28 opened this issue May 24, 2020 · 1 comment
Closed

Custom fluids not rendering in the map #47

28Pollux28 opened this issue May 24, 2020 · 1 comment
Labels
mod-support This is about supporting other mods

Comments

@28Pollux28
Copy link

28Pollux28 commented May 24, 2020

Custom fluids from mods appears like pink squares on the map. Would be nice to have them rendered.
Problem seems to come from the "model":"forge:fluid" (see fluids.json below) which bluemap doesn't seem to find. That file is not in the model files from forge so I tried going around using the minecraft model for vanilla fluids (sand.json) and parsing the modified version with link to the different fluid textures of the mod into the model folder of the archive of the mod. Didn't work as well.

Hope you'll find a way ;)
Pollux
fluids.json :
{ "forge_marker": 1, "variants": { "sand": { "model": "forge:fluid", "custom": { "fluid": "sand" } }, "honey": { "model": "forge:fluid", "custom": { "fluid": "honey" } }, "blood": { "model": "forge:fluid", "custom": { "fluid": "blood" } }, "poison": { "model": "forge:fluid", "custom": { "fluid": "poison" } }, "hot_spring_water": { "model": "forge:fluid", "custom": { "fluid": "hot_spring_water" } } } }
sand.json :
{ "parent": "builtin/liquid", "textures": { "particle": "biomesoplenty:blocks/sand_still", "still": "biomesoplenty:blocks/sand_still", "flow": "biomesoplenty:blocks/sand_flowing" } }
sand.txt
fluids.txt

@TBlueF TBlueF added the mod-support This is about supporting other mods label Jul 19, 2020
@TBlueF TBlueF added this to Ideas / To be discussed in TODO / Idea board Oct 21, 2020
@TBlueF TBlueF moved this from Ideas / To be discussed to To do in TODO / Idea board Oct 21, 2020
@TBlueF
Copy link
Member

TBlueF commented Jun 25, 2023

This is about extending support for the old forge-resources format which is no longer supported since a while now.
Custom fluids can be added to bluemap in the current version using a custom resourcepack.
Closing this issue :)

@TBlueF TBlueF closed this as completed Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod-support This is about supporting other mods
Projects
No open projects
Development

No branches or pull requests

2 participants