tinkers_tinkering/overrides/config/global_packs.toml
Sergeant Acoustic 6e530aa23b Initial 1.21.1 commit
The only features left are:
- Global packs
- Gold tools are slightly slower
- Paxels
- Original lang file
- Nether diamond ore textures
- Enchanting table texture
- Copper tool remaming / crafting (no armour yet)
2026-01-22 03:27:09 +00:00

25 lines
1.1 KiB
TOML

# Auto Generated, do not touch
config_version = 4
# If set to true, the mod creates a new global folder, that is global for your user on your computer.
# The created folders will be:
# <user_home>/.minecraft_global_packs/<version>/required_datapacks
# <user_home>/.minecraft_global_packs/<version>/optional_datapacks
# <user_home>/.minecraft_global_packs/<version>/required_resourcepacks
# <user_home>/.minecraft_global_packs/<version>/optional_resourcepacks
enable_system_global_packs = false
# This prints Pack IDs into the logs, using this you can force enable builtin resourcepacks from mods, further down in the config.
log_pack_ids = false
# This config allows you to add or remove folders or single files as Data-/Resourcepacks
# For that simply specify the file path to the folder/file relative to your <instance> folder
[resourcepacks]
required = ["global_packs/"]
# Check game log if log_pack_ids is set to true, you need to add the full IDs listed in there.
# Search for "# Listing Resource Packs #" inside the log
enable_builtin = []
[datapacks]
required = ["global_packs/"]
optional = []
enable_builtin = []