I can't disable chunk rendering by config file and because of this I can't use the nocubes mod
biaks opened this issue ยท 1 comments
Bug Description
The Nocube mod uses its renderer to make the Minecraft world without cubes. One solution would be to disable rendering from embeddium.
I'm trying to set parameter in the embeddium-mixins.properties file (previously it worked with rubidium for 1.19).
mixin.features.chunk_rendering=false
but nothing happens and the error remains.
Here is a link to the corresponding thread in the nocubes repository:
Cadiboo/NoCubes#88
Reproduction Steps
use nocubes and embeddium mod together with forge, put string "mixin.features.chunk_rendering=false" to embeddium-mixins.properties and try to start the game.