added files and folders
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "alloy forge furnace recipes"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "alternative nether star"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"block": "minecraft:stone_bricks",
|
||||
"dim": "vshojo:outer_world",
|
||||
"r": 181,
|
||||
"g": 231,
|
||||
"b": 245,
|
||||
"ignitionType": "BLOCK",
|
||||
"ignitionSource": "minecraft:fire"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "OUTER WORLD"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "createoreexcavation:raw_diamond"
|
||||
},
|
||||
"result": "minecraft:diamond"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:blasting",
|
||||
"category": "misc",
|
||||
"cookingtime": 100,
|
||||
"experience": 0.1,
|
||||
"ingredient": {
|
||||
"item": "createoreexcavation:raw_emerald"
|
||||
},
|
||||
"result": "minecraft:emerald"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "create ore excavation"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "create:sandpaper_polishing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:exposed_copper"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:copper_block"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "create:sandpaper_polishing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:oxidized_copper"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:weathered_copper"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "create:sandpaper_polishing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:weathered_copper"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:exposed_copper"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "create sandpaper polish copper blocks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_plate"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 8,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_plate_slab"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_plate_stairs"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_plate_wall"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_sheet"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 8,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_sheet_slab"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_sheet_stairs"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_sheet_wall"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 4,
|
||||
"ingredient": {
|
||||
"tag": "c:iron_ingots"
|
||||
},
|
||||
"result": "design_decor:metal_support"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"tag": "c:brass_nuggets"
|
||||
},
|
||||
"result": "design_decor:letter_sign",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"tag": "c:zinc_nuggets"
|
||||
},
|
||||
"result": "design_decor:blank_sign",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"tag": "design_decor:letter_signs"
|
||||
},
|
||||
"result": "design_decor:0_sign",
|
||||
"count": 1
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "create design and decor recipe fix"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["quark:pickarang"]}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:reinforced_deepslate"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "pickarang pickaxe tag fix"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["#forge:ores/netherite"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:stone_netherite_ore","simplenetheriteforge:deepslate_netherite_ore","simplenetheriteforge:endstone_netherite_ore","simplenetheriteforge:netherrack_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:deepslate_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:endstone_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:netherrack_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:stone_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["#forge:ores/netherite"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:stone_netherite_ore","simplenetheriteforge:deepslate_netherite_ore","simplenetheriteforge:endstone_netherite_ore","simplenetheriteforge:netherrack_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:deepslate_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:endstone_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:netherrack_netherite_ore"]}
|
||||
@@ -0,0 +1 @@
|
||||
{"values":["simplenetheriteforge:stone_netherite_ore"]}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "simple netherite tag fix"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user