Cadiboo
Cadiboo
It's easily fixable in Forge ([by adding this line](https://github.com/MinecraftForge/MinecraftForge/blob/4a50f663dc8e970d5f0a08bbb5a5bff9dc5ba809/src/main/java/net/minecraftforge/fml/config/ConfigFileTypeHandler.java#L118)), making me believe that it's a Forge bug. I'm not 100% sure that Forge should be doing this validation though, so...
> I had some time to debug this issue, and I can see no memory leak. Handlers get called fine, arrays are dropped as chunks are unloaded, and memory usage...
Oops sorry, should have looked at the other issues first
Yep, will be done. What do you want to be able to do with the key binds?
Using a keybind to run a command seems kinda pointless to me - you can already run the command from the chat. I think that toggling a config value or...
I know I'm a year and a half late but yes, the tutorials will be updated - likely for 1.19 or 1.20
Yep, I’m moving towards fabric compatibility (note the migration from JS ASM to Mixin). Progress is slow and I’m unfamiliar with Fabric - any contributions would be appreciated.
Sorry for the late response, can you post your client & server config and a screenshot please?
Hey, sorry, been a while. Your client config will be in "[.minecraft](https://minecraft.gamepedia.com/.minecraft#Locating_.minecraft)/config/nocubes-client.toml" and your server config will be in "[.minecraft](https://minecraft.gamepedia.com/.minecraft#Locating_.minecraft)/saves/world_name/serverconfig/nocubes-server.toml". Please also share your `latest.log` from "[.minecraft](https://minecraft.gamepedia.com/.minecraft#Locating_.minecraft)/logs/latest.log" and your `debug.log`...
Hey, really, really sorry that I've taken so long to help you with this. You should just be able to change `renderSmoothAndVanillaLeaves` from "true" to "false" in your client config....