Skip to content

Unification Config Changes

Amronos edited this page Jun 5, 2024 · 1 revision

Basic Info

Please refer to the Almost Unified Wiki.


Changes to the Config by Create: Addon Compatibility

  • The default file generated is changed by Create: Addon Compatibility to add compatibility for create addons and other mods.
  • You can make further changes wanted by you to this file but please note that some compatibility features could break.
  • The file may require deletion or replacement after every update, for the newer features.
  • The changes made can be viewed below:
{
  "modPriorities": [
    "minecraft",
    "kubejs",
    "crafttweaker",
    "create",
    "thermal",
    "immersiveengineering",
    "mekanism",
+   "pneumaticcraft",
+   "copycats",
+   "create_connected",
+   "createutilities",
+   "create_dd",
+   "tfmg"
  ],
  "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:plastic_sheet",
+   "createaddoncompatibility:six_way_gearbox",
+   "copycats:copycat_beam",
+   "copycats:copycat_block",
+   "copycats:copycat_board",
+   "copycats:copycat_box",
+   "copycats:copycat_catwalk",
+   "copycats:copycat_fence",
+   "copycats:copycat_fence_gate",
+   "copycats:copycat_slab",
+   "copycats:copycat_stairs",
+   "copycats:copycat_vertical_step",
+   "copycats:copycat_wall"
  ],
  "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
}
Clone this wiki locally