Initial commit

This commit is contained in:
Jacob Vinding
2025-12-27 06:09:19 +01:00
commit 79dfa3a57a
1315 changed files with 139645 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# 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
}