init
This commit is contained in:
commit
d8d0e9d536
2567 changed files with 167778 additions and 0 deletions
8
config/almostunified/debug.json
Normal file
8
config/almostunified/debug.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"dumpTagMap": false,
|
||||
"dumpDuplicates": false,
|
||||
"dumpUnification": false,
|
||||
"dumpOverview": false,
|
||||
"dumpRecipes": false,
|
||||
"dumpUncoveredRecipes": false
|
||||
}
|
||||
7
config/almostunified/debug.json.bak
Normal file
7
config/almostunified/debug.json.bak
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"dumpTagMap": false,
|
||||
"dumpDuplicates": false,
|
||||
"dumpUnification": false,
|
||||
"dumpOverview": false,
|
||||
"dumpRecipes": false
|
||||
}
|
||||
31
config/almostunified/duplicates.json
Normal file
31
config/almostunified/duplicates.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"ignoredRecipeTypes": [
|
||||
"cucumber:shaped_tag"
|
||||
],
|
||||
"ignoredRecipes": [],
|
||||
"defaultDuplicateRules": {
|
||||
"ignoredFields": [
|
||||
"conditions",
|
||||
"group"
|
||||
],
|
||||
"rules": {
|
||||
"cookingtime": "HigherRule",
|
||||
"energy": "HigherRule",
|
||||
"experience": "HigherRule"
|
||||
},
|
||||
"shouldSanitize": false
|
||||
},
|
||||
"overrideDuplicateRules": {
|
||||
"minecraft:crafting_shaped": {
|
||||
"ignoredFields": [
|
||||
"pattern",
|
||||
"conditions",
|
||||
"key",
|
||||
"group"
|
||||
],
|
||||
"rules": {},
|
||||
"shouldSanitize": false
|
||||
}
|
||||
},
|
||||
"strictMode": false
|
||||
}
|
||||
3
config/almostunified/startup.json
Normal file
3
config/almostunified/startup.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"serverOnly": false
|
||||
}
|
||||
128
config/almostunified/unify.json
Normal file
128
config/almostunified/unify.json
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
{
|
||||
"modPriorities": [
|
||||
"kubejs",
|
||||
"avaritia",
|
||||
"gtceu",
|
||||
"minecraft"
|
||||
],
|
||||
"stoneStrata": [
|
||||
"stone",
|
||||
"nether",
|
||||
"deepslate",
|
||||
"granite",
|
||||
"diorite",
|
||||
"andesite"
|
||||
],
|
||||
"tags": [
|
||||
"forge:nuggets/{material}",
|
||||
"forge:dusts/{material}",
|
||||
"forge:gears/{material}",
|
||||
"forge:gems/{material}",
|
||||
"forge:ingots/{material}",
|
||||
"forge:raw_materials/{material}",
|
||||
"forge:ores/{material}",
|
||||
"forge:plates/{material}",
|
||||
"forge:rods/{material}",
|
||||
"forge:wires/{material}",
|
||||
"forge:storage_blocks/{material}",
|
||||
"forge:storage_blocks/raw_{material}",
|
||||
"forge:singularities/{material}"
|
||||
],
|
||||
"materials": [
|
||||
"aeternium",
|
||||
"aluminum",
|
||||
"amber",
|
||||
"apatite",
|
||||
"bitumen",
|
||||
"brass",
|
||||
"bronze",
|
||||
"charcoal",
|
||||
"chrome",
|
||||
"cinnabar",
|
||||
"coal",
|
||||
"coal_coke",
|
||||
"cobalt",
|
||||
"constantan",
|
||||
"copper",
|
||||
"diamond",
|
||||
"electrum",
|
||||
"elementium",
|
||||
"emerald",
|
||||
"enderium",
|
||||
"fluorite",
|
||||
"gold",
|
||||
"graphite",
|
||||
"invar",
|
||||
"iridium",
|
||||
"iron",
|
||||
"lapis",
|
||||
"lead",
|
||||
"lumium",
|
||||
"mithril",
|
||||
"netherite",
|
||||
"nickel",
|
||||
"obsidian",
|
||||
"osmium",
|
||||
"peridot",
|
||||
"platinum",
|
||||
"potassium_nitrate",
|
||||
"ruby",
|
||||
"sapphire",
|
||||
"signalum",
|
||||
"silver",
|
||||
"steel",
|
||||
"sulfur",
|
||||
"tin",
|
||||
"tungsten",
|
||||
"uranium",
|
||||
"zinc",
|
||||
"dark_steel",
|
||||
"neutronium",
|
||||
"certus_quartz",
|
||||
"energetic_alloy",
|
||||
"vibrant_alloy",
|
||||
"pulsating_alloy",
|
||||
"conductive_alloy",
|
||||
"soularium",
|
||||
"end_steel",
|
||||
"fluix",
|
||||
"ultimate",
|
||||
"the_ultimate",
|
||||
"nether_star",
|
||||
"electrum_flux",
|
||||
"thorium",
|
||||
"palladium",
|
||||
"beryllium",
|
||||
"stainless_steel",
|
||||
"titanium",
|
||||
"aluminium",
|
||||
"manganese",
|
||||
"chromium",
|
||||
"osmiridium",
|
||||
"hsla_steel",
|
||||
"nichrome",
|
||||
"quartz",
|
||||
"nether_quartz",
|
||||
"niobium",
|
||||
"niobium_titanium",
|
||||
"tungsten_carbide",
|
||||
"yttrium",
|
||||
"cryolobus",
|
||||
"cryococcus",
|
||||
"crystal_matrix"
|
||||
],
|
||||
"priorityOverrides": {},
|
||||
"customTags": {},
|
||||
"tagOwnerships": {},
|
||||
"itemTagInheritanceMode": "ALLOW",
|
||||
"itemTagInheritance": {},
|
||||
"blockTagInheritanceMode": "ALLOW",
|
||||
"blockTagInheritance": {},
|
||||
"ignoredTags": [],
|
||||
"ignoredItems": [],
|
||||
"ignoredRecipeTypes": [
|
||||
"cucumber:shaped_tag"
|
||||
],
|
||||
"ignoredRecipes": [],
|
||||
"itemsHidingJeiRei": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue