feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
debug.json
+36
View File
@@ -0,0 +1,36 @@
{
"ignored_recipe_types": [
"cucumber:shaped_tag"
],
"ignored_recipe_ids": [
],
"default_duplicate_rules": {
"ignored_fields": [
"neoforge:conditions",
"show_notification",
"category",
"group"
],
"rules": {
"cookingtime": "HigherRule",
"energy": "HigherRule",
"experience": "HigherRule"
},
"handle_implicit_counts": false
},
"override_duplicate_rules": {
"minecraft:crafting_shaped": {
"ignored_fields": [
"neoforge:conditions",
"pattern",
"show_notification",
"category",
"key",
"group"
],
"rules": {},
"handle_implicit_counts": false
}
},
"compare_all": false
}
+56
View File
@@ -0,0 +1,56 @@
{
"material": [
"aluminum",
"amber",
"antimony",
"apatite",
"atalphaite",
"brass",
"bronze",
"charcoal",
"cinnabar",
"cloggrum",
"coal",
"cobalt",
"constantan",
"copper",
"diamond",
"electrum",
"elementium",
"emerald",
"enderium",
"ender_pearl",
"fluorite",
"gold",
"inferium",
"invar",
"iridium",
"iron",
"lapis",
"lead",
"lignite_coal",
"lumium",
"mithril",
"netherite",
"nickel",
"obsidian",
"osmium",
"peridot",
"platinum",
"prosperity",
"redstone",
"regalium",
"ruby",
"saltpeter",
"sapphire",
"signalum",
"silver",
"steel",
"sulfur",
"tin",
"tungsten",
"uranium",
"utherium",
"zinc"
]
}
+4
View File
@@ -0,0 +1,4 @@
{
"server_only": false,
"world_gen_unification": false
}
+21
View File
@@ -0,0 +1,21 @@
{
"custom_tags": {},
"tag_substitutions": {
"c:ingots/uranium": [
"c:ingots/yellorium"
],
"c:storage_blocks/uranium": [
"c:storage_blocks/yellorium"
],
"c:raw_materials/uranium": [
"c:raw_materials/yellorium"
],
"c:storage_blocks/raw_uranium": [
"c:storage_blocks/raw_yellorium"
]
},
"item_tag_inheritance_mode": "ALLOW",
"item_tag_inheritance": {},
"block_tag_inheritance_mode": "ALLOW",
"block_tag_inheritance": {}
}
@@ -0,0 +1,72 @@
{
"mod_priorities": [
"minecraft",
"alltheores",
"allthemodium",
"kubejs",
"mekanism",
"modern_industrialization",
"occultism",
"industrialforegoing",
"pneumaticcraft",
"biggerreactors",
"ae2",
"enderio",
"utilitarian",
"actuallyadditions"
],
"priority_overrides": {},
"stone_variants": [
"stone",
"andesite",
"deepslate",
"diorite",
"granite",
"nether",
"end",
"ancient"
],
"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}",
"c:clumps/{material}",
"c:crystals/{material}",
"c:dirty_dusts/{material}",
"c:shards/{material}",
"c:silicon",
"c:plastics",
"atm10:tiny_coals",
"atm10:tiny_charcoals"
],
"ignored_tags": [],
"ignored_items": [
"pneumaticcraft:plastic",
"regions_unexplored:raw_redstone_block",
"oritech:biosteel_ingot",
"oritech:plastic_sheet"
],
"ignored_recipe_types": [
"cucumber:shaped_tag"
],
"ignored_recipe_ids": [
"create:crushing/compat/silentgems/deepslate_peridot_ore",
"create:crushing/compat/silentgems/deepslate_ruby_ore",
"create:crushing/compat/silentgems/deepslate_sapphire_ore",
"create:crushing/compat/silentgems/peridot_ore",
"create:crushing/compat/silentgems/ruby_ore",
"create:crushing/compat/silentgems/sapphire_ore"
],
"recipe_viewer_hiding": true,
"loot_unification": false,
"ignored_loot_tables": []
}