fix locometal facade tags
This commit is contained in:
parent
cbea4bcb8e
commit
be7e63263d
1 changed files with 3 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ function registerFacadeWhitelistTags(event) {
|
|||
'#minecraft:planks',
|
||||
'#minecraft:logs',
|
||||
'#forge:cobblestone',
|
||||
'#railways:locometal',
|
||||
'#railways:palettes/cycle_groups/base',
|
||||
|
||||
'#tfg:ad_astra_iron_blocks',
|
||||
'#tfg:ad_astra_steel_blocks',
|
||||
|
|
@ -221,11 +221,12 @@ function registerFacadeWhitelistTags(event) {
|
|||
event.add('tfg:whitelisted/facades', `gtceu:${ facade_material }_windmill_b`)
|
||||
});
|
||||
|
||||
//gtceu misc colored blocks
|
||||
//gtceu misc colored blocks + locometal
|
||||
global.MINECRAFT_DYE_NAMES.forEach(facade_material => {
|
||||
event.add('tfg:whitelisted/facades', `gtceu:${ facade_material }_metal_sheet`)
|
||||
event.add('tfg:whitelisted/facades', `gtceu:${ facade_material }_large_metal_sheet`)
|
||||
event.add('tfg:whitelisted/facades', `gtceu:${ facade_material }_studs`)
|
||||
event.add('tfg:whitelisted/facades', `#railways:palettes/cycle_groups/${ facade_material }`)
|
||||
});
|
||||
|
||||
//create copper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue