Initial commit

This commit is contained in:
2025-03-24 19:54:03 +01:00
commit 6d50c67f51
7047 changed files with 80296 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Configuration file
"modules: disabling these will disable a chunk of the mod" {
# Adds a gear cast if other mods provide gears
B:"Tinkers Gears"=true
# Modifyable armors, such as the traveller's gear.
B:"Tinkers' Armory"=true
# All the fun toys.
B:"Tinkers' Gadgets"=true
# Mechanical machinations and steampunk inspired shenanigans.
B:"Tinkers' Mechworks"=true
# Liquid metals, casting, and the multiblock structure.
B:"Tinkers' Smeltery"=true
# The main core of the mod! All of the tools, the tables, and the patterns are here.
B:"Tinkers' Weaponry"=true
}