From 557e45995467f64fcea6bd07e1f68e34c6f543a2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 15 Dec 2025 16:09:51 +0000 Subject: [PATCH] just doing #2434 myself because merge conflicts --- CHANGELOG.md | 2 ++ kubejs/server_scripts/tfc/tags.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0bd64a7..0e074afbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - Nerfed how much biomass and plant balls are produced from certain vanilla plants (#2361) @Pyritie - Added some more ruined structures with a small bit of loot. - Added some resource packs for TFC, disabled by default +- Lenses are now allowed on tool racks (#2434) @thederpysockdude123 ### Bug fixes - Fixed aged sake, vodka, and whiskey losing their buff effects, but for real this time @Pyritie - Fixed fries and cheese curds not being able to be put on burgers. @Redeix @@ -41,6 +42,7 @@ - Fixed a recipe conflict blocking the crafting of silicone rubber (#2387) @Mqrius - Fixed the backpack and QuarkTech helmet auto-feeding from feeding you while you're downed @Mqrius - Fixed Ostrum Casing not having a recipe (#2363) @FlightingFalcon +- Fixed warped trees not growing on normal mars dirt @Pyritie ### Translation updates - Chinese (simplified) @jmecn - Japanese @sakura-gondra diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 46abe3755..aa2caae27 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -38,6 +38,8 @@ function registerTFCItemTags(event) { "#forge:tools/drills", "#forge:tools/fishing_nets", "#tfc:buckets", + "tfc:lens", + "#forge:lenses", "buildinggadgets2:gadget_building", "buildinggadgets2:gadget_exchanging", "buildinggadgets2:gadget_copy_paste",