changelog, added molds to tool racks

This commit is contained in:
Pyritie 2025-10-20 21:18:03 +01:00
parent 7c2b67b446
commit 31d62c45dd
2 changed files with 6 additions and 0 deletions

View file

@ -6,12 +6,17 @@
- Added create packages/jars back to JEI so you can use them in filters, and added a tag for all jars (#2044) @Nashy1232
- Slightly reduced spawn chance of illages and nerfed the amount of loot you get from them @Pyritie
- Rebalanced some of the moon/mars food nutrition/saturation values @Pyritie
- Added casting/extruder molds to tool racks @Pyritie
- Added sandstorms to mars @Zippity
### Bug fixes
- Fixed the interplanetary wireless card so it doesn't use a huge amount of power when just having it open @ko-lja
- Added circuit numbers to the Formic Acid and Ammonium Chloride chemical reactor recipes @Pyritie
- Fixed inconsistent circuit numbers between CR and LCR for specific recipes (#2047) @Redeix
- Driverless rockets should now properly explode at world height limit instead of getting stuck @Pyritie
### Translation updates
- Chinese (simplified) @jmecn
- Russian @DI-GitH
- French @Mattisso3500
## [0.11.3] - 15-10-2025
### Major Changes

View file

@ -62,6 +62,7 @@ function registerTFCItemTags(event) {
event.add("tfc:usable_on_tool_rack", "waterflasks:red_steel_flask");
event.add("tfc:usable_on_tool_rack", "tfc:wool_cloth");
event.add("tfc:usable_on_tool_rack", "firmalife:mixing_bowl");
event.add("tfc:usable_on_tool_rack", "#gtceu:molds");
// Ингредиенты для закваски
event.add("tfg:ferments_to_rennet", "tfc:food/soybean");