added files and folders

This commit is contained in:
2024-12-19 17:14:06 -06:00
commit 737ccaf656
70 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"fuels": [
{
"item": "minecraft:lava_bucket",
"return_item": "minecraft:bucket",
"fuel": 24000
},
{
"item": "minecraft:blaze_rod",
"fuel": 2000
},
{
"item": "minecraft:coal_block",
"fuel": 9000
}
]
}

View File

@@ -0,0 +1,11 @@
{
"material": "minecraft:deepslate_bricks",
"additional_materials": [
"minecraft:deepslate_tiles",
"minecraft:polished_deepslate",
"minecraft:chiseled_deepslate"
],
"tier": 3,
"speed_multiplier": 10,
"fuel_capacity": 192000
}

View File

@@ -0,0 +1,33 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:coal",
"c:iron_ingots",
"c:steel_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:iron_ingots"
},
{
"tag": "c:coal"
}
],
"output": {
"priority": [
"ad_astra:steel_ingot",
"techreborn:steel_ingot",
"indrev:steel_ingot",
"modern_industrialization:steel_ingot"
],
"default": "c:steel_ingots",
"count": 2
},
"min_forge_tier": 1,
"fuel_per_tick": 5
}

View File

@@ -0,0 +1,41 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:coal_ores",
"c:iron_ores",
"c:steel_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:iron_ores"
},
{
"tag": "c:coal_ores"
}
],
"output": {
"priority": [
"ad_astra:steel_ingot",
"techreborn:steel_ingot",
"indrev:steel_ingot",
"modern_industrialization:steel_ingot"
],
"default": "c:steel_ingots",
"count": 3
},
"overrides": {
"2+": {
"count": 4
},
"3+": {
"count": 5
}
},
"min_forge_tier": 1,
"fuel_per_tick": 5
}

View File

@@ -0,0 +1,38 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:coal",
"c:raw_iron_ores",
"c:steel_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:raw_iron_ores"
},
{
"tag": "c:coal"
}
],
"output": {
"priority": [
"ad_astra:steel_ingot",
"techreborn:steel_ingot",
"indrev:steel_ingot",
"modern_industrialization:steel_ingot"
],
"default": "c:steel_ingots",
"count": 2
},
"overrides": {
"2+": {
"count": 3
}
},
"min_forge_tier": 1,
"fuel_per_tick": 5
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "alloy forge furnace recipes"
}
}

View File

@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"DND",
" # "
],
"key": {
"#": {
"item": "minecraft:emerald_block"
},
"D": {
"item": "minecraft:diamond_block"
},
"N": {
"item": "minecraft:netherite_block"
}
},
"result": {
"item": "minecraft:nether_star",
"count": 1
}
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "alternative nether star"
}
}

View File

@@ -0,0 +1,9 @@
{
"block": "minecraft:stone_bricks",
"dim": "vshojo:outer_world",
"r": 181,
"g": 231,
"b": 245,
"ignitionType": "BLOCK",
"ignitionSource": "minecraft:fire"
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:noise",
"seed": 104777392991,
"settings": "minecraft:overworld",
"biome_source": {
"type": "minecraft:multi_noise",
"preset": "minecraft:overworld"
}
}
}

View File

@@ -0,0 +1,25 @@
{
"ultrawarm": false,
"natural": true,
"piglin_safe": false,
"respawn_anchor_works": false,
"bed_works": true,
"has_raids": true,
"has_skylight": true,
"has_ceiling": false,
"coordinate_scale": 1,
"ambient_light": 0,
"logical_height": 256,
"effects": "minecraft:overworld",
"infiniburn": "#minecraft:infiniburn_overworld",
"min_y": -64,
"height": 256,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 7
}
},
"monster_spawn_block_light_limit": 0
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "OUTER WORLD"
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": {
"item": "createoreexcavation:raw_diamond"
},
"result": "minecraft:diamond"
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 100,
"experience": 0.1,
"ingredient": {
"item": "createoreexcavation:raw_emerald"
},
"result": "minecraft:emerald"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "minecraft:diamond_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/diamond_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "powah:dry_ice"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/dry_ice"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "minecraft:emerald_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/emerald_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "minecraft:gold_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/gold_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "minecraft:iron_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/iron_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "minecraft:nether_quartz_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/quartz_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "minecraft:redstone_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/redstone_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "ae2:sky_stone_block"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/sky_stone_block"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "powah:uraninite_raw"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/uraninite"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "powah:uraninite_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/uraninite_ore"
}

View File

@@ -0,0 +1,15 @@
{
"type": "createoreexcavation:drilling",
"drill": {
"tag": "createoreexcavation:drills"
},
"output": [
{
"item": "mekanism:uranium_ore"
}
],
"priority": 0,
"stress": 128,
"ticks": 600,
"vein_id": "createoreexcavation:ore_vein_type/uranium_ore"
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 2.0,
"amountMin": 0.5,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "minecraft:diamond_ore"
},
"name": "{\"translate\":\"item.minecraft.diamond_ore\"}",
"placement": {
"salt": 2078084124,
"separation": 64,
"spacing": 256
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 4.0,
"amountMin": 2.0,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "powah:dry_ice"
},
"name": "{\"translate\":\"item.powah.dry_ice\"}",
"placement": {
"salt": 1523235716,
"separation": 32,
"spacing": 128
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 1.0,
"amountMin": 0.2,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "minecraft:emerald_ore"
},
"name": "{\"translate\":\"item.minecraft.emerald_ore\"}",
"placement": {
"salt": 551829032,
"separation": 64,
"spacing": 256
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 4.0,
"amountMin": 2.0,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "minecraft:gold_ore"
},
"name": "{\"translate\":\"item.minecraft.gold_ore\"}",
"placement": {
"salt": 1523235716,
"separation": 32,
"spacing": 128
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 30.0,
"amountMin": 10.0,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "minecraft:iron_ore"
},
"name": "{\"translate\":\"item.minecraft.iron_ore\"}",
"placement": {
"salt": 1544847576,
"separation": 8,
"spacing": 128
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 24.0,
"amountMin": 8.0,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "minecraft:nether_quartz_ore"
},
"name": "{\"translate\":\"item.minecraft.nether_quartz_ore\"}",
"placement": {
"salt": 1434658661,
"separation": 8,
"spacing": 128
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 30.0,
"amountMin": 10.0,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "minecraft:redstone_ore"
},
"name": "{\"translate\":\"item.minecraft.redstone_ore\"}",
"placement": {
"salt": 473161052,
"separation": 16,
"spacing": 128
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 4.0,
"amountMin": 2.0,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "ae2:sky_stone_block"
},
"name": "{\"translate\":\"item.ae2.sky_stone_block\"}",
"placement": {
"salt": 1523235716,
"separation": 32,
"spacing": 128
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 2.0,
"amountMin": 0.5,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "powah:uraninite_raw"
},
"name": "{\"translate\":\"item.powah.uraninite_raw\"}",
"placement": {
"salt": 2072124124,
"separation": 64,
"spacing": 256
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 2.0,
"amountMin": 0.5,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "powah:uraninite_ore"
},
"name": "{\"translate\":\"item.powah.uraninite_ore\"}",
"placement": {
"salt": 2072124124,
"separation": 64,
"spacing": 256
},
"priority": 0
}

View File

@@ -0,0 +1,16 @@
{
"type": "createoreexcavation:vein",
"amountMax": 2.0,
"amountMin": 0.5,
"biomeWhitelist": "minecraft:is_overworld",
"icon": {
"item": "mekanism:uranium_ore"
},
"name": "{\"translate\":\"item.mekansim.uranium_ore\"}",
"placement": {
"salt": 2072124124,
"separation": 64,
"spacing": 256
},
"priority": 0
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "create ore excavation"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "create:sandpaper_polishing",
"ingredients": [
{
"item": "minecraft:exposed_copper"
}
],
"results": [
{
"item": "minecraft:copper_block"
}
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "create:sandpaper_polishing",
"ingredients": [
{
"item": "minecraft:oxidized_copper"
}
],
"results": [
{
"item": "minecraft:weathered_copper"
}
]
}

View File

@@ -0,0 +1,13 @@
{
"type": "create:sandpaper_polishing",
"ingredients": [
{
"item": "minecraft:weathered_copper"
}
],
"results": [
{
"item": "minecraft:exposed_copper"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "create sandpaper polish copper blocks"
}
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_plate"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 8,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_plate_slab"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_plate_stairs"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_plate_wall"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_sheet"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 8,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_sheet_slab"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_sheet_stairs"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_sheet_wall"
}

View File

@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"count": 4,
"ingredient": {
"tag": "c:iron_ingots"
},
"result": "design_decor:metal_support"
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"tag": "c:brass_nuggets"
},
"result": "design_decor:letter_sign",
"count": 1
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"tag": "c:zinc_nuggets"
},
"result": "design_decor:blank_sign",
"count": 1
}

View File

@@ -0,0 +1,9 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"tag": "design_decor:letter_signs"
},
"result": "design_decor:0_sign",
"count": 1
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "create design and decor recipe fix"
}
}

View File

@@ -0,0 +1 @@
{"values":["quark:pickarang"]}

View File

@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:reinforced_deepslate"
]
}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "pickarang pickaxe tag fix"
}
}

View File

@@ -0,0 +1 @@
{"values":["#forge:ores/netherite"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:stone_netherite_ore","simplenetheriteforge:deepslate_netherite_ore","simplenetheriteforge:endstone_netherite_ore","simplenetheriteforge:netherrack_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:deepslate_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:endstone_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:netherrack_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:stone_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["#forge:ores/netherite"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:stone_netherite_ore","simplenetheriteforge:deepslate_netherite_ore","simplenetheriteforge:endstone_netherite_ore","simplenetheriteforge:netherrack_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:deepslate_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:endstone_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:netherrack_netherite_ore"]}

View File

@@ -0,0 +1 @@
{"values":["simplenetheriteforge:stone_netherite_ore"]}

View File

@@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "simple netherite tag fix"
}
}