Files
Technic-Server-1.12.2/overrides/config/adchimneys/groups.cfg
Jacob Vinding 79dfa3a57a Initial commit
2025-12-27 06:09:19 +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
}