Fog When Under fluid 2024.3

Started by Youtuber87 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Fog When Under fluid 2024.3
Tue, 10/22/2024 - 21:44 (edited)

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
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Someone was disgusing this…
Wed, 10/23/2024 - 12:46

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…

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what was the discord server?
Wed, 10/23/2024 - 22:59

what was the discord server?

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i put the data from…
Thu, 10/24/2024 - 01:49

how do i put the data from the website into mcreator?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Read the conversation they…
Thu, 10/24/2024 - 01:54

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()

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but how do i get the fog to…
Thu, 10/24/2024 - 02:34

but how do i get the fog to appear?

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
something went wrong
Thu, 10/24/2024 - 03:03

something went wrong

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but how do i get the fog to…
Thu, 10/24/2024 - 12:58

but how do i get the fog to appear?

using an overlay.

 

picture of a generic error

Send the build log

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i edited some of it so it…
Thu, 10/24/2024 - 21:04

i edited some of it so it doesnt show my computer Username and the mod name + Fluid Name.

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i get the overlay? is…
Fri, 10/25/2024 - 22:02

how do i get the overlay? is there like a template or do i have to make it myself

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
there isn't a template. just…
Fri, 10/25/2024 - 22:09

there isn't a template. just add your overlay image as the base and set the condition to what you got from discord.

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what do I put next?
Sat, 10/26/2024 - 00:05

what do I put next?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
return true or even better…
Sat, 10/26/2024 - 00:07

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.