promotional bannermobile promotional banner

Tinkers Construct

Modify all the things, then do it again!

File Details

Tinkers' Construct 3.5.2.40 for 1.18.2

  • R
  • Sep 20, 2022
  • 13.46 MB
  • 1.3M
  • 1.18.2
  • Forge

File Name

TConstruct-1.18.2-3.5.2.40.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:tinkers-construct-74072:3998764")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This version is marked as a release as my goal is to keep API stability after this. There are still quite a few features I wish to finish before moving to 1.19, notably bows, but CurseForge UX is pretty bad for mods that lack releases for major versions.

Tools

  • Slime suit is no longer debuffed by overslime when not using overforced
  • Firestarter modifier (and by extension, flint and brick) can now ignite candles
  • Unarmed no longer damages the chestplate when attacking mobs
  • Scythe now can break more plants in AOE. There may have been some that are missed, its a manually created list
  • Fix blasting not scaling properly for partial levels
  • Fix many single use armor modifiers showing a I in the tooltip
  • Fix modifiers such as piercing preventing knockback against players

Oxidized metal materials

  • Oxidized copper is a new variant of copper, crafted from pouring water on copper. Same stats and traits, but a nice green texture
  • Raw iron is a new variant of iron, crafted from pouring water on iron, which does not rust it because of magic. Same stats as iron but a nice brown texture
  • Raw iron and raw copper are both available as embellishments for plate armor with the same color schemes as the new material variants

Tables

  • Allow repairing a tool using its head part in the tinker station/anvil. Repair kits will still be easier as they stack, but this might save you from wasting a head
  • Allow recycling tool parts in the part builder to create other parts. For example, you can turn 4 small axe heads into a broad sword blade.
  • Allow breaking down tools with no modifiers in the part builder. You can select which part to salvage, and there is a chance of salvaging a second part based on the tools remaining durability

Smeltery

  • Allow using all of our fluid buckets in dispensers, works just like vanilla buckets
  • Added a click sound when casting table slots swap (either on recipe output or on casting)
  • Fix a crash in the alloyer UI when a side tank has a 0mb capacity
  • Fix smeltery fuel sometimes showing too much fuel when a tank runs out of fuel

World

  • Fix slime saplings not growing below Y=0

Resource packs

  • Fix part generator command placing material variants in the wrong folder

Data packs

  • Allow a datapack to remove a stat type by setting the type to null
  • The tconstruct:stat_bonus modifier now allows specifying modifier_display to limit when the modifier shows in tooltips. Can be always (default) or never (hides from tooltips)
  • Fix random materials not deserializing the max tier properly

Compatibility

  • Update JEI support to make the mod compatible with JEI 10 (thanks @mezz !)
  • Fix material variants not showing in casting recipes
  • The severing and melting modifiers now show as a catalyst for the relevant tabs. Should help a lot with people learning about the melting modifier
  • Reworked the tab UI code to be more compatible with mods that add custom UI elements (thanks @kirderf1 !)
  • Cobalt ore is now in tags forge:ores_in_ground/netherrack and forge:ore_rates/singular

Internal

  • Make the non-API base recipe provider crash when a mod other than tinkers uses it as it lead to addons dumping their recipes in our domain.
    • It is non-API, and is literally 10 lines of code, half of which you need to change for your mod anyways. Just create your own.
    • As a reminder to addons, if you are registering anything new under tconstruct, you are almost certainty doing something wrong. Register new stuff under your own mod ID. Extensions to existing stuff may go under our ID, if in doubt ask instead of making assumptions that break our mod.
  • Improve compatibility with mods that add extra information to the attributes tooltip area
  • Update pack format for the texture generator command to 1.18

Book and language

  • Puny melting now ends with recipes for mighty smelting and the encyclopedia
  • Revamped list of books in materials and you, now only shows at the end of the book and recommends to build some tools before reading more books. Also includes a tip that our books work on lecterns
  • Added descriptions to recipes in materials and you
  • Improve ability for books to create material sections. Instead of hardcoding the 4 tiers, tiers are set in JSON
  • Fix smeltery controller recipe in mighty smelting still saying to use a heater
  • Fix several encyclopedia values being out of date and some minor typos

Translations

Full Changelog: https://github.com/SlimeKnights/TinkersConstruct/compare/3.5.1.31...3.5.2.40