[Plugin] World Renderer

Started by sumeshi0216 on

Topic category: Plugins and third-party tools

Last seen on 07:50, 21. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Plugin] World Renderer
Mon, 09/11/2023 - 13:57 (edited)
Edited by sumeshi0216 on Mon, 09/11/2023 - 13:57
Last seen on 18:54, 26. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the texture change can be…
Wed, 01/04/2023 - 12:39

the texture change can be done without a global trigger

Last seen on 18:54, 26. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if (world.isClientSide()) { …
Wed, 01/04/2023 - 12:40

if (world.isClientSide()) {
        Minecraft.getInstance().getTextureManager().bindForSetup(new ResourceLocation(${input$newtexture}));
            Minecraft.getInstance().getTextureManager().register(new ResourceLocation(${input$texturetochange}),
                    Minecraft.getInstance().getTextureManager().getTexture(new ResourceLocation(${input$newtexture})));
}

Last seen on 07:50, 21. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're very kind. I…
Wed, 01/04/2023 - 16:19

You're very kind. I understood it.

Last seen on 17:08, 7. Feb 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Whenever I try to add a…
Mon, 01/09/2023 - 21:55

Whenever I try to add a texture to the sky as shown in the image an error appears and I can't fix it. How do I solve?

Last seen on 07:50, 21. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to make sure you…
Thu, 01/12/2023 - 11:23

You need to make sure you are using the correct Minecraft version and MCreator version. Moreover, you need to using "On rendering sky trigger".

Last seen on 17:08, 7. Feb 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What is the correct version?
Thu, 01/12/2023 - 19:07

What is the correct version?

Last seen on 03:52, 28. Jul 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@SuperPro5454, it says it in…
Thu, 01/12/2023 - 21:48

@SuperPro5454, it says it in the title...

Last seen on 17:08, 7. Feb 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh... sorry kkkkk
Fri, 01/13/2023 - 20:59

oh... sorry kkkkk

Last seen on 17:08, 7. Feb 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i keep getting the same…
Fri, 01/13/2023 - 21:24

i keep getting the same error

 

error:

Procedure:

Procedure source code:

Last seen on 07:50, 21. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I confirmed it. I uploaded a…
Fri, 01/13/2023 - 22:25

I confirmed it. I uploaded a new version, please download it.

Last seen on 17:08, 7. Feb 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where can I download this…
Mon, 01/16/2023 - 12:00

Where can I download this version?

Last seen on 07:50, 21. Apr 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I updated the plugin, so you…
Mon, 01/16/2023 - 12:44

I updated the plugin, so you can download it from links

Last seen on 18:54, 26. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just something you should…
Tue, 01/17/2023 - 17:20

Just something you should know:
The mappings file doesn't need the existing mappings, it doesn't override the mappings file. It only adds what you include.

Last seen on 17:08, 7. Feb 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can add support for…
Sat, 01/21/2023 - 12:08

You can add support for version 1.18.2