Biomes O’ Plenty: adds a variety of new biomes, plants, and building materials to the game. Tinkers’ Construct: introduces advanced tools, weapons, and armor with customizable features. Chisel and Bits: allows for intricate and detailed building using smaller blocks and shapes. Just Enough Item...
Some new materials Part materials matter more. Some traits can only be obtained by using a material as a tool head Part replacement Tools with mutliple head materials can be repaired with all of them Tinkers' Construct does not come with copper ore, tin ore, etc. anymore but instead supports...
Split listAllMaterials config into listAllPartMaterials and listAllToolMaterials Made hatchet shield breaking more compatible with other mod's shields Holding Tinkers weapons in creative now prevent breaking blocks, like vanilla swords Longswords now have a slight delay after use, giving a window to...
Addon to Tinkers' Construct that contains no Java code, serving as a fully playable example low code addon. Contains many new tools including halberds, shortbows, laminar armor, and shovels
Tinkers Construct 2 Mod Tinkers’ Construct is a mod about setting tools together in a variety of ways, then modifying them until they turn into something else. The tools you create will never disappear. They can be named and changed to anything you like. Once they are created, they are ...
3. Tinkers’ Construct Image Source: CurseForge Where Biomes O’Plenty adds new biomes and blocks Tinkers’ Construct mod adds new tools, weapons, and different items. If you are especially interested in combats and fights then you must definitely try out this mod. ...
Micdoodle8.com is the internet's #1 Minecraft resource. Mods, maps, skins, texture packs, and Minecraft downloads, just for you!
Tinkers’ Construct When you’ve obtained enough basic resources, open theMaterials & You: Volume 1book. This introduces you toTinkers’ Construct, a mod that allows players to craft strong equipment. However, you’ll need to makeBlank Patterns,Stencil Tables,Part Crafters, andTool Stationsbefore...
添加的材料(note:arrow shafts and fletchings exist for some materials): 原版匠魂-TNT,耐酸铝,绿宝石,镍,殷钢(因瓦合金) 超多生态群系以及红石计划-蓝宝石,红宝石,橄榄石 超多生态群系-孔雀石,琥珀,黄玉,紫晶,坦桑石 高级火箭-铱,钛 植物魔法-魔力钢,泰拉钢,源质钢,活木 ...
origin: SlimeKnights/TinkersConstruct TinkerRegistry.addTrait(...) public static void addTrait(ITrait trait) { // Trait might already have been registered since modifiers and materials share traits if(traits.containsKey(trait.getIdentifier())) { return; } traits.put(trait.getIdentifier(), trait...