Started by
Youtuber87
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to add fog when the player is under a Custom Fluid, i want it to look less like this:
and more like this:
'
Edited by Youtuber87 on Tue, 10/22/2024 - 21:44
Someone was disgusing this very topic on one of the discord servers recently. Apparently the best you can do at the moment is use an overlay and net.minecraft.world.entity.Entity#getEyeInFluidType
https://discord.com/channels/1138873640365076480/1138953811105427586/12…
what was the discord server?
MCreative
how do i put the data from the website into mcreator?
Read the conversation they talk about how...
oh hey look it's me that's probably why I remember it xd
any way what I meant by the . was that there should be a . between getEyeInFluidType() and toString()
but how do i get the fog to appear?
something went wrong
using an overlay.
Send the build log
i edited some of it so it doesnt show my computer Username and the mod name + Fluid Name.
This is in the works for the next release ;)
how do i get the overlay? is there like a template or do i have to make it myself
there isn't a template. just add your overlay image as the base and set the condition to what you got from discord.
what do I put next?
return true or even better just use the return logic block with the green block. So replace the if block with the return logic block.