update: config
This commit is contained in:
parent
45d7dc015d
commit
ec99951e1b
11 changed files with 251 additions and 16 deletions
|
|
@ -2,4 +2,8 @@
|
|||
[general]
|
||||
#Clears dynamic models and textures from the mod dynamic pack once resource reload is done. This can save up some RAM. Turning off if you notice inconsistencies with pack loading
|
||||
clear_dynamic_resources = false
|
||||
#ONLY for debugging purpose. Turns one some debug functionality like more logging or blocktypes_debug.txt, the file can be found in ~/.minecraft/debug/dynamic_registry_dump...
|
||||
extra_debug = false
|
||||
#Enable this will list each BlockTypes' Children. The List of BlockTypes' children will be also in the same file via EXTRA_DEBUG. NOTE: To enable this, EXTRA_DEBUG must be enabled, too.
|
||||
extra_children_debug = false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue