hehe
This commit is contained in:
parent
02b606ac03
commit
a2863086bf
3 changed files with 20 additions and 0 deletions
16
config/firstperson.json
Normal file
16
config/firstperson.json
Normal 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"
|
||||
]
|
||||
}
|
||||
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
mods/firstperson-forge-2.2.4-mc1.20.1.jar
Normal file
BIN
mods/firstperson-forge-2.2.4-mc1.20.1.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue