Skip to content

Instantly share code, notes, and snippets.

@Sushant-Padha
Last active July 21, 2021 06:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sushant-Padha/588d82cf5748851b12d2044ccd28f177 to your computer and use it in GitHub Desktop.
Save Sushant-Padha/588d82cf5748851b12d2044ccd28f177 to your computer and use it in GitHub Desktop.
config for Sodium Reforged mod to make it compatible with MCMT (21/7/2021)
# This is the configuration file for Sodium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/spoorn/sodium-forge/blob/a75b718bd86ca6b70538afbcd070d598d808ef36/src/main/java/me/jellysquid/mods/sodium/common/config/SodiumConfig.java#L25
#
# Comment out or remove the below line to enable Lithium (conflicts with some mods such as More Villagers)
mixin.ai=false
### ENABLE MCMT SUPPORT
# As of now, first problem is at world creating/opening stage (world never opens up)
mixin.world=false
mixin.gen=false
# mixin.chunk=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment