diff --git a/config/firstperson.json b/config/firstperson.json new file mode 100644 index 000000000..1b1991edc --- /dev/null +++ b/config/firstperson.json @@ -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" + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfc/data.js b/kubejs/server_scripts/tfc/data.js index 75269ae41..c28cf2f82 100644 --- a/kubejs/server_scripts/tfc/data.js +++ b/kubejs/server_scripts/tfc/data.js @@ -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) } diff --git a/mods/firstperson-forge-2.2.4-mc1.20.1.jar b/mods/firstperson-forge-2.2.4-mc1.20.1.jar new file mode 100644 index 000000000..f91980aab Binary files /dev/null and b/mods/firstperson-forge-2.2.4-mc1.20.1.jar differ