This commit is contained in:
Dmitry 2023-12-10 21:12:01 +07:00
parent 02b606ac03
commit a2863086bf
3 changed files with 20 additions and 0 deletions

16
config/firstperson.json Normal file
View file

@ -0,0 +1,16 @@
{
"enabledByDefault": true,
"xOffset": 0,
"sneakXOffset": 0,
"sitXOffset": 0,
"renderStuckFeatures": true,
"vanillaHands": false,
"doubleHands": false,
"forceActive": false,
"autoVanillaHands": [
"twilightforest:filled_ore_map",
"twilightforest:filled_magic_map",
"twilightforest:filled_maze_map",
"antiqueatlas:antique_atlas"
]
}

View file

@ -60,6 +60,10 @@ const registerTFCMetals = (event) => {
)
*/
const registerTFCHeats = (event) => {
Object.entries(global.METAL_TO_SPECS).forEach(keyValuePair => {
})
event.itemHeat('gtceu:compressed_coke_clay', 0.5, null, null)
}

Binary file not shown.