magma is now hot
This commit is contained in:
parent
695ce13d73
commit
5279b6e999
2 changed files with 8 additions and 0 deletions
|
|
@ -6,11 +6,13 @@
|
||||||
- Added some new illages to the hot and dry climates of the world! @MVG31
|
- Added some new illages to the hot and dry climates of the world! @MVG31
|
||||||
- Added some mossy cobblestone to the beneath @Pyritie
|
- Added some mossy cobblestone to the beneath @Pyritie
|
||||||
- Hardened non-TFC rocks are now craftable (#2447) @glitchplaysgames714
|
- Hardened non-TFC rocks are now craftable (#2447) @glitchplaysgames714
|
||||||
|
- Magma blocks are now hot to hold @Pyritie
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fixed some curving press tool head recipes being cheaper than intended (#2478) @Pyritie
|
- Fixed some curving press tool head recipes being cheaper than intended (#2478) @Pyritie
|
||||||
- Fixed some bastion chests being empty @Pyritie
|
- Fixed some bastion chests being empty @Pyritie
|
||||||
- Fixed overlapping durability numbers on the curio HUD (#2484) @glitchplaysgames714
|
- Fixed overlapping durability numbers on the curio HUD (#2484) @glitchplaysgames714
|
||||||
### Translation updates
|
### Translation updates
|
||||||
|
- Chinese (simplified) @jmecn
|
||||||
|
|
||||||
## [0.11.12] - 19-12-2025
|
## [0.11.12] - 19-12-2025
|
||||||
### Changes
|
### Changes
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,15 @@ const registerHotOrNotItemTags = (event) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
event.add('tfchotornot:hot_whitelist', '#forge:hot_ingots')
|
event.add('tfchotornot:hot_whitelist', '#forge:hot_ingots')
|
||||||
|
event.add('tfchotornot:hot_whitelist', 'minecraft:magma_block')
|
||||||
event.add('tfchotornot:cold_whitelist', 'minecraft:blue_ice')
|
event.add('tfchotornot:cold_whitelist', 'minecraft:blue_ice')
|
||||||
event.add('tfchotornot:cold_whitelist', 'tfg:dry_ice')
|
event.add('tfchotornot:cold_whitelist', 'tfg:dry_ice')
|
||||||
|
|
||||||
|
global.TFC_MAGMA_BLOCKS.forEach(magma => {
|
||||||
|
event.add('tfchotornot:hot_whitelist', magma)
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
event.add('firmalife:usable_on_oven', '#tfchotornot:insulating')
|
event.add('firmalife:usable_on_oven', '#tfchotornot:insulating')
|
||||||
|
|
||||||
event.add('tfg:insulating_container', 'gtceu:ulv_super_tank')
|
event.add('tfg:insulating_container', 'gtceu:ulv_super_tank')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue