From 2c9c5a2fd5a5d2d24c3437044dc3df6c6e9857d8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 2 Feb 2026 17:21:54 +0000 Subject: [PATCH] adjust stray HP, add gurman notes to changelog --- CHANGELOG.md | 1 + kubejs/server_scripts/tfg/worldgen/events.entities.js | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91e5b91b..c08d6e1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - The chemical reactor recipe for making Kaolinite Powder now uses circuit 3 @Pyritie - The two chemical reactor recipes for Tetramethoxysilane now have circuits (1 and 2) (#2898) @Pyritie - Toluene + Benzene = Biphenyl + Methane now uses circuit 1 (#2928) @Pyritie +- TFC Gurman changed its name and recipe IDs to TFC Gourmet. There will be conversion items, but not fluids, so drink all your lemonade and kvass before updating. #### Energy Update - Cetane Boosted Diesel's duration is buffed by 30% - Diesel's duration is nerfed by 25%, but can now be crafted at ULV diff --git a/kubejs/server_scripts/tfg/worldgen/events.entities.js b/kubejs/server_scripts/tfg/worldgen/events.entities.js index 8534d677a..fa3ef3c58 100644 --- a/kubejs/server_scripts/tfg/worldgen/events.entities.js +++ b/kubejs/server_scripts/tfg/worldgen/events.entities.js @@ -10,6 +10,7 @@ const NEW_MOB_MAX_HP = { "endermanoverhaul:end_islands_enderman": 120, "endermanoverhaul:windswept_hills_enderman": 70, "endermanoverhaul:soulsand_valley_enderman": 80, + "minecraft:stray": 40, // mars mobs -- wan's ancient beasts has its own config for this (also includes sniffer) "endermanoverhaul:crimson_enderman": 60,