almostunified/testmod_configs/unification/materials.json
Relentless 14044f3b57
1.21 port (#86)
Co-authored-by: LLytho <main@lytho.dev>
2024-08-22 15:06:58 +02:00

48 lines
949 B
JSON

{
"mod_priorities": [
"testmod",
"minecraft",
"mod_c",
"mod_b",
"mod_a",
"meka_fake",
"ie_fake",
"thermal_fake",
"create",
"thermal",
"immersiveengineering",
"mekanism"
],
"priority_overrides": {},
"stone_variants": [
"stone",
"nether",
"deepslate",
"granite",
"diorite",
"andesite"
],
"tags": [
"c:dusts/{material}",
"c:gears/{material}",
"c:gems/{material}",
"c:ingots/{material}",
"c:nuggets/{material}",
"c:ores/{material}",
"c:plates/{material}",
"c:raw_materials/{material}",
"c:rods/{material}",
"c:storage_blocks/raw_{material}",
"c:storage_blocks/{material}",
"c:wires/{material}"
],
"ignored_tags": [],
"ignored_items": [],
"ignored_recipe_types": [
"cucumber:shaped_tag"
],
"ignored_recipe_ids": [],
"recipe_viewer_hiding": true,
"loot_unification": true,
"ignored_loot_tables": []
}