hiding tfc molten metal buckets

This commit is contained in:
Pyritie 2025-04-18 16:46:17 +01:00
parent c7e4c03676
commit 6921630c38
2 changed files with 25 additions and 1 deletions

View file

@ -552,7 +552,29 @@ global.TFC_DISABLED_ITEMS = [
'tfc:hand_wheel',
'tfc:blank_disc',
'tfc:sandpaper',
'tfc:brass_mechanisms'
'tfc:brass_mechanisms',
// Buckets
'tfc:bucket/metal/bismuth',
'tfc:bucket/metal/bismuth_bronze',
'tfc:bucket/metal/black_bronze',
'tfc:bucket/metal/bronze',
'tfc:bucket/metal/brass',
'tfc:bucket/metal/copper',
'tfc:bucket/metal/gold',
'tfc:bucket/metal/nickel',
'tfc:bucket/metal/rose_gold',
'tfc:bucket/metal/silver',
'tfc:bucket/metal/tin',
'tfc:bucket/metal/zinc',
'tfc:bucket/metal/sterling_silver',
'tfc:bucket/metal/wrought_iron',
'tfc:bucket/metal/cast_iron',
'tfc:bucket/metal/pig_iron',
'tfc:bucket/metal/steel',
'tfc:bucket/metal/black_steel',
'tfc:bucket/metal/blue_steel',
'tfc:bucket/metal/red_steel'
];
/**