Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/*
Automatically generated by Cristel Lib
*/
{
"meteorite": {
"salt": 124895654,
"separation": 8,
"spacing": 32
}
}

View File

@@ -0,0 +1,8 @@
/*
Automatically generated by Cristel Lib
*/
{
"meteorite": {
"meteorite": true
}
}

View File

@@ -0,0 +1,22 @@
/*
Auto-Config Settings
The Config for Cristel Lib's automated structure config generation.
*/
{
// Mods where automatic structure config generation is disabled.
"blacklistedMods": [],
// Mods where automatic screen generation for structure configs is disabled.
"clientExcludedMods": [],
/* This list lets you override the default settings provided by mod authors.
If you add a mod that is blacklisted by default (in the two other lists)
you can now remove it without it getting added back automatically.
Proceed at your own risk.
*/
"modOverrideWhitelist": [],
// Disable automatic structure config generation.
"disableAutoConfig": false,
// Disable automatic screen generation for structure configs.
"disableAutoConfigScreens": false,
// Set the default sub path of all automatically generated configs. Requires a RESTART to apply!
"autoConfigSubPath": "cristellib/"
}

View File

@@ -0,0 +1,13 @@
/*
This config allows disabling built-in packs supplied by Cristel Lib.
Move entries from 'defaultPacks' to 'disabledPacks' to disable them.
*/
{
"defaultPacks": [
"t_and_t:resources/t_and_t_wwoo_tag_patch",
"t_and_t:resources/t_and_t_waystones_patch"
],
"disabledPacks": [],
// This option hides all packs provided by Cristel Lib in the pack selection screen to reduce clutter.
"hideAllPacksInScreen": false
}

View File

@@ -0,0 +1,10 @@
/*
Automatically generated by Cristel Lib
*/
{
"end_house": {
"salt": 1463565431,
"separation": 15,
"spacing": 25
}
}

View File

@@ -0,0 +1,8 @@
/*
Automatically generated by Cristel Lib
*/
{
"end_house": {
"end_house": true
}
}

View File

@@ -0,0 +1,40 @@
/*
Automatically generated by Cristel Lib
*/
{
"mage": {
"salt": 2358902,
"separation": 16,
"spacing": 28
},
"rare_dungeon": {
"salt": 1368854222,
"separation": 28,
"spacing": 36
},
"rare_village": {
"salt": 1798451114,
"separation": 18,
"spacing": 46
},
"regular": {
"salt": 2358902,
"separation": 15,
"spacing": 27
},
"rubble": {
"salt": 920145,
"separation": 20,
"spacing": 26
},
"underground": {
"salt": 838677219,
"separation": 3,
"spacing": 11
},
"underground_dungeon": {
"salt": 1722690696,
"separation": 6,
"spacing": 9
}
}

View File

@@ -0,0 +1,49 @@
/*
Automatically generated by Cristel Lib
*/
{
"mage": {
"mage_complex": true,
"mage_tower": true,
"mage_tower_autumn": true,
"mage_tower_spring": true,
"mage_tower_summer": true,
"mage_tower_winter": true
},
"rare_dungeon": {
"spire": true
},
"rare_village": {
"fortified_desert_village": true,
"fortified_village": true
},
"regular": {
"desert_outpost": true,
"glacial_hut": true,
"igloo": true,
"valley_lodge": true,
"witch_hut": true
},
"rubble": {
"rubble_desert": true,
"rubble_forest": true,
"rubble_jungle": true,
"rubble_mesa": true,
"rubble_mountain": true,
"rubble_taiga": true
},
"underground": {
"underground": {
"giant_bee_hive": true,
"mining_outpost": true,
"oak_cabin": true,
"old_refinery": true,
"sunken_tower": true
}
},
"underground_dungeon": {
"underground": {
"frosted_dungeon": true
}
}
}

View File

@@ -0,0 +1,8 @@
/*
Automatically generated by Cristel Lib
*/
{
"village_witch": {
"village_witch": true
}
}