World Renderer 1.8.4 [Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 / 1.21.1]

Supported MCreator versions
2024.1
2024.2
2024.3
Tags / plugin type
Global triggers
Procedures
Variables
World Renderer
Downloads:
7087
Upvotes: 102
About the plugin

This plugin allows you to render objects on the sky and world

Event triggers

World Renderer can render objects using event triggers and procedures.

  • "Compute FOV"
  • "Compute camera angles"
  • "Compute fog color"
  • "Compute light color"
  • "Render clouds"
  • "Render fog"
  • "Render overlays"
  • "Render shapes"
  • "Render sky"
  • "Render weather"
  • "Render world"
  • "Set weather particles and sounds"
  • "Set up dimensions"

 

How to use

 

Changelog

v1.8.4

Added support for MCreator 2024.3

Added support for NeoForge 1.21.1

Stopped support for MCreator 2023.4

Some fixes and improvements

Fixed some bugs

 

v1.8.3

You need to set a render target in order to render overlays

Changed the rendering system for shape overlays

Added the procedure "Set sky light color"

Added the procedure "Set block light color"

Removed the procedure "Multiply sky light color"

Removed the procedure "Multiply block light color"

Removed the procedure "Set light pixel"

Some fixes and improvements

Fixed some bugs

 

Information

This plugin supports Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 / 1.21.1

Source code repository:

World Renderer - https://github.com/Sumeshi2/World-Renderer

Custom Sky Plugin - https://github.com/Sumeshi2/Custom-Sky-Plugin

License
MIT License

Plugin downloads
World Renderer 1.8.4 for MCreator 2024.x - Forge 1.19.2 / 1.19.4 / 1.20.1 / NeoForge 1.20.4 / 1.20.6 / 1.20.1 - WorldRenderer-1.8.4-2024.x-1.19.2-1.19.4-1.20.1-1.20.4-1.20.6-1.21.1.zip Uploaded on: 11/21/2024 - 09:31   File size: 586.89 KB

Comments

Welcome back wakaba kindly look in discord not for helping but for looking at my achieve ments https://discord.gg/ptGBY3xUWc

I did this procedure to make a custom sky for my dimension, but it's not working.
https://imgur.com/a/render-sky-ws1bbVb

Pls help! When player has a blindness effect in my custom dimension with custom sky, ground works like an xray and shows every cave under ground like this: https://imgur.com/a/Przt0tY

Also my code is: https://imgur.com/a/DqXst8R (just added if has blindness effect cause that bug but didnt help, its still giving a bug but without the stars)
Also dimension setup: https://imgur.com/a/Tf4ZZvl

This happened to me too, but I wasn't with blindness, I set up nether effects (in attempt to delete sun and moon), and experimented with the render effects, so I don't really know what caused it, try enable/disable depth things

I am not really understanding this plugin's updates. I'm making space mod, I need to clear all objects, but there is no longer an option? Plus I'm trying to render a texture in the sky, nothing works. Now you have the set up, but how to delete sun and moon, because as far as I tried, anything I render - it just renders the effects type. I don't want overworld, nor nether or end. But anyways maybe I'll figure it out somehow :)

Like there is for example render sky and then at the start there is bool flag = false, changed them to true, and then at the end of it there is return false return flag, changed return true. I did this with every render, just so I can be sure there won't be any sun and moon ect.

this is what I do when I want to delete objects https://imgur.com/a/PIj63MR basically return true and flag true. I think you can set that for individual objects. Then for sky render I just put render sky deep true abyss true other things false. Tell me what you did also