FTB unleashed LWC config [including gregtech etc...]

Profjb

New Member
Jul 29, 2019
120
0
0
EDIT: FUll ftb unleashed modpack config below!

so, for the newest 1.5.2 gregtech ive composed an lwc config, I can honestly say there are 110 machines in gregtech to lock and it took quite a while, I reccomend you add this config to http://www.minecraftforum.net/topic...erpg-no-gregtech-mystcraft-or-twlight-forest/

The entire gregtech config: http://pastebin.com/ueftm4Dj
Just the main part: (for adding extra LWC configs) http://pastebin.com/By2bejJB

NEW:
Full FTB unleashed config: http://pastebin.com/vRQ4RfW8
Alternate config: (courtesy of pirita)
https://dl.dropboxusercontent.com/s...A-oCujN3a6GVVWbSBVi9PKeo59cOScX-I5hWV0wQ&dl=1
 

b0bst3r

New Member
Jul 29, 2019
2,195
0
1
Wow lotta work you guys did which could have been shortcut.

Code:
        '145':
            enabled: true
            autoRegister: private
        '145:1':
            enabled: true
            autoRegister: private
        '145:2':
            enabled: true
            autoRegister: private

Just do

Code:
        '145:*':
            enabled: true
            autoRegister: private

To do all 145 blocks.
 

Profjb

New Member
Jul 29, 2019
120
0
0
Wow lotta work you guys did which could have been shortcut.

Code:
        '145':
            enabled: true
            autoRegister: private
        '145:1':
            enabled: true
            autoRegister: private
        '145:2':
            enabled: true
            autoRegister: private

Just do

Code:
        '145:*':
            enabled: true
            autoRegister: private

To do all 145 blocks.
Oh lord. Ha ha, ohwell, worth the effort. Thanks pirita for the contribution, unfortunatly I do not use the ftb launcher anymore due to, update issues, not that I hate ftb. You guys rock. Anyway, to the point thanks pirita, I use a custom modpack so often a lot of the id's change. :), I appreciate your contribution.