Files
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

31 lines
796 B
INI

# Configuration file
##########################################################################################################
# Groups
#--------------------------------------------------------------------------------------------------------#
# Enables / disables a whole group of blocks
# If you want to completely unregister these blocks, you must also set 'registerDisabledUnits' to FALSE in forgeendertech.cfg
##########################################################################################################
Groups {
# [default: true]
B:brick=true
# [default: true]
B:cobblestone=true
# [default: true]
B:concrete=true
# [default: true]
B:glass=true
# [default: true]
B:other=true
# [default: true]
B:terracotta=true
}