Менюшки, унифай мод, тфг апдейт
7
config/almostunified/debug.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"dumpTagMap": false,
|
||||||
|
"dumpDuplicates": false,
|
||||||
|
"dumpUnification": false,
|
||||||
|
"dumpOverview": false,
|
||||||
|
"dumpRecipes": false
|
||||||
|
}
|
||||||
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
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"serverOnly": false
|
||||||
|
}
|
||||||
96
config/almostunified/unify.json
Normal file
|
|
@ -0,0 +1,96 @@
|
||||||
|
{
|
||||||
|
"modPriorities": [
|
||||||
|
"minecraft",
|
||||||
|
"kubejs",
|
||||||
|
"crafttweaker",
|
||||||
|
"create",
|
||||||
|
"thermal",
|
||||||
|
"immersiveengineering",
|
||||||
|
"mekanism"
|
||||||
|
],
|
||||||
|
"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}"
|
||||||
|
],
|
||||||
|
"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"
|
||||||
|
],
|
||||||
|
"priorityOverrides": {},
|
||||||
|
"customTags": {},
|
||||||
|
"tagOwnerships": {},
|
||||||
|
"itemTagInheritanceMode": "ALLOW",
|
||||||
|
"itemTagInheritance": {},
|
||||||
|
"blockTagInheritanceMode": "ALLOW",
|
||||||
|
"blockTagInheritance": {},
|
||||||
|
"ignoredTags": [],
|
||||||
|
"ignoredItems": [],
|
||||||
|
"ignoredRecipeTypes": [
|
||||||
|
"cucumber:shaped_tag"
|
||||||
|
],
|
||||||
|
"ignoredRecipes": [],
|
||||||
|
"itemsHidingJeiRei": true
|
||||||
|
}
|
||||||
|
|
@ -17,7 +17,7 @@ I:defaultguiscale = '-1';
|
||||||
##[customization]
|
##[customization]
|
||||||
|
|
||||||
B:advancedmode = 'false';
|
B:advancedmode = 'false';
|
||||||
B:showcustomizationbuttons = 'true';
|
B:showcustomizationbuttons = 'false';
|
||||||
|
|
||||||
|
|
||||||
##[loading]
|
##[loading]
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 783 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_10.png
Normal file
|
After Width: | Height: | Size: 466 KiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 571 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_3.png
Normal file
|
After Width: | Height: | Size: 369 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_4.png
Normal file
|
After Width: | Height: | Size: 585 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_5.png
Normal file
|
After Width: | Height: | Size: 488 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_6.png
Normal file
|
After Width: | Height: | Size: 416 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_7.png
Normal file
|
After Width: | Height: | Size: 457 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_8.png
Normal file
|
After Width: | Height: | Size: 491 KiB |
BIN
config/fancymenu/slideshows/tfgslideshow/images/image_9.png
Normal file
|
After Width: | Height: | Size: 607 KiB |
|
|
@ -1,5 +1,5 @@
|
||||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||||
#Mon Nov 06 18:12:57 NOVT 2023
|
#Mon Nov 06 20:06:52 NOVT 2023
|
||||||
colorSpace=SRGB
|
colorSpace=SRGB
|
||||||
disableUpdateMessage=false
|
disableUpdateMessage=false
|
||||||
enableDebugOptions=false
|
enableDebugOptions=false
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
#Pinyin Options
|
#Pinyin Options
|
||||||
#Mon Nov 06 18:10:10 NOVT 2023
|
#Mon Nov 06 20:09:45 NOVT 2023
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#Double Pinyin Options
|
#Double Pinyin Options
|
||||||
#Mon Nov 06 18:10:10 NOVT 2023
|
#Mon Nov 06 20:09:45 NOVT 2023
|
||||||
Converter=sougou
|
Converter=sougou
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@
|
||||||
"name": "gui.xaero_entity_category_root",
|
"name": "gui.xaero_entity_category_root",
|
||||||
"protection": true,
|
"protection": true,
|
||||||
"settingOverrides": {
|
"settingOverrides": {
|
||||||
"displayed": true,
|
|
||||||
"displayHeight": 0.0,
|
"displayHeight": 0.0,
|
||||||
|
"displayed": true,
|
||||||
"heightBasedFade": true,
|
"heightBasedFade": true,
|
||||||
"renderOrder": 0.0,
|
"renderOrder": 0.0,
|
||||||
"color": 13.0,
|
"color": 13.0,
|
||||||
|
|
|
||||||