Skybox problem with World Renderer

Started by lamon_damon on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Skybox problem with World Renderer

I was using the World Renderer for my mod and it just shows the skybox of the certain dimension I put in the "with effect type" part, when I wanted it to be a custom one, but it still doesn't show up even if I put my custom one, can anyone help please?

  1. https://imgur.com/a/c8nVVMx
  2. https://imgur.com/a/VqCbh5p
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need a return logic:true…
Thu, 09/26/2024 - 00:29

You need a return logic:true at the bottom of any rendering. Not the setup though. 

Also you dont need the if statement as the setup is for the specified dimension so the render will only apply to the custom dimension. The if statement may be breaking it too but you still need the return logic true at the end.

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does the first image need to…
Thu, 09/26/2024 - 13:19

Does the first image need to have a return logic:true or the second one? or both?

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Any procedure using the…
Sat, 09/28/2024 - 00:56

Any procedure using the skybox plugin other than the setup procedure

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried your exact same…
Sun, 10/06/2024 - 22:09

I tried your exact same procedure and it works fine for me. Either your on an older mcreator which is causing it to break or the name of your texture is wrong.

The texure id should be the same as your mod id/namespace.

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
My version of MCreator is…
Tue, 10/08/2024 - 14:15

My version of MCreator is 2024.2 and I'm using Forge 1.8.3 Version of World Renderer

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I used the exact same. Maybe…
Tue, 10/08/2024 - 15:54

I used the exact same. Maybe the special fog is messing it up. I cant remember if I had that on. Could be some other dimension settings too, like ambient sky light. Or maybe your biomes have fog which means you cant see it?

Alternatively is your texture bhsky in the other folder. Eg did you import it as a painting/other ..etc... texture. If not then thats your problem. All textures used for world renderer must be imported as other.

Otherwise I have no idea.

Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I currently have special fog…
Tue, 10/08/2024 - 18:44

I currently have special fog turned off and the bhsky texture is indeed in other, and there is no fog in the custom dimension, so it might actually just be a unsolvable bug...