Started by
sumeshi0216
on
Topic category: Plugins and third-party tools
Custom Sky Plugin became World Renderer
Download:
https://mcreator.net/plugin/93491/custom-fog-plugin-forge-1182-1192
How to use:
https://mcreator.net/forum/99143/plugin-beta-world-renderer-forge-1165-1182-1192-and-1194
Edited by sumeshi0216 on Mon, 09/11/2023 - 13:57
the texture change can be done without a global trigger
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})));
}
You're very kind. I understood it.
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?
You need to make sure you are using the correct Minecraft version and MCreator version. Moreover, you need to using "On rendering sky trigger".
What is the correct version?
@SuperPro5454, it says it in the title...
oh... sorry kkkkk
i keep getting the same error
error:
Procedure:
Procedure source code:
I confirmed it. I uploaded a new version, please download it.
Where can I download this version?
I updated the plugin, so you can download it from links
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.
You can add support for version 1.18.2