32 lines
No EOL
914 B
JavaScript
32 lines
No EOL
914 B
JavaScript
// priority: 0
|
|
|
|
global.HOT_OR_NOT_DISABLED_ITEMS = [
|
|
];
|
|
|
|
// Can't just use the #tfchotornot:insulating tag here because tags don't exist at startup
|
|
global.HOT_OR_NOT_ITEMS = [
|
|
'tfchotornot:mittens',
|
|
'tfchotornot:burlap_potholder',
|
|
'tfchotornot:silk_potholder',
|
|
'tfchotornot:wool_potholder',
|
|
'tfchotornot:tongs/wood',
|
|
'tfchotornot:tongs/bismuth',
|
|
'tfchotornot:tongs/bismuth_bronze',
|
|
'tfchotornot:tongs/black_bronze',
|
|
'tfchotornot:tongs/bronze',
|
|
'tfchotornot:tongs/brass',
|
|
'tfchotornot:tongs/copper',
|
|
'tfchotornot:tongs/gold',
|
|
'tfchotornot:tongs/nickel',
|
|
'tfchotornot:tongs/rose_gold',
|
|
'tfchotornot:tongs/silver',
|
|
'tfchotornot:tongs/tin',
|
|
'tfchotornot:tongs/zinc',
|
|
'tfchotornot:tongs/sterling_silver',
|
|
'tfchotornot:tongs/wrought_iron',
|
|
'tfchotornot:tongs/cast_iron',
|
|
'tfchotornot:tongs/steel',
|
|
'tfchotornot:tongs/black_steel',
|
|
'tfchotornot:tongs/red_steel',
|
|
'tfchotornot:tongs/blue_steel',
|
|
]; |