Recipes
This commit is contained in:
parent
d92343f5a7
commit
4670d6813e
165 changed files with 1976 additions and 10 deletions
|
@ -42,14 +42,6 @@ public class TechRebornTemplates {
|
|||
Path path = Paths.get(StringArgumentType.getString(ctx, "path"));
|
||||
TemplateProcessor processor = new TemplateProcessor(path);
|
||||
|
||||
for (TRContent.StorageBlocks value : TRContent.StorageBlocks.values()) {
|
||||
System.out.println(Registry.BLOCK.getId(value.block));
|
||||
}
|
||||
|
||||
if (true) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
try {
|
||||
process(processor);
|
||||
} catch (Exception e) {
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:aluminum_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
},
|
||||
"result": "techreborn:aluminum_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:aluminum_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
},
|
||||
"result": "techreborn:aluminum_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:aluminum_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:aluminum_storage_block"
|
||||
},
|
||||
"result": "techreborn:aluminum_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:brass_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:brass_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:brass_storage_block"
|
||||
},
|
||||
"result": "techreborn:brass_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:brass_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:brass_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:brass_storage_block"
|
||||
},
|
||||
"result": "techreborn:brass_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:brass_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:brass_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:brass_storage_block"
|
||||
},
|
||||
"result": "techreborn:brass_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:bronze_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
},
|
||||
"result": "techreborn:bronze_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:bronze_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
},
|
||||
"result": "techreborn:bronze_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:bronze_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:bronze_storage_block"
|
||||
},
|
||||
"result": "techreborn:bronze_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:chrome_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
},
|
||||
"result": "techreborn:chrome_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:chrome_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
},
|
||||
"result": "techreborn:chrome_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:chrome_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:chrome_storage_block"
|
||||
},
|
||||
"result": "techreborn:chrome_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:copper_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:copper_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:copper_storage_block"
|
||||
},
|
||||
"result": "techreborn:copper_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:copper_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:copper_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:copper_storage_block"
|
||||
},
|
||||
"result": "techreborn:copper_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:copper_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:copper_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:copper_storage_block"
|
||||
},
|
||||
"result": "techreborn:copper_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:electrum_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
},
|
||||
"result": "techreborn:electrum_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:electrum_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
},
|
||||
"result": "techreborn:electrum_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:electrum_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:electrum_storage_block"
|
||||
},
|
||||
"result": "techreborn:electrum_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:invar_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:invar_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:invar_storage_block"
|
||||
},
|
||||
"result": "techreborn:invar_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:invar_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:invar_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:invar_storage_block"
|
||||
},
|
||||
"result": "techreborn:invar_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:invar_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:invar_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:invar_storage_block"
|
||||
},
|
||||
"result": "techreborn:invar_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_reinforced_stone_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_reinforced_stone_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_reinforced_stone_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_reinforced_stone_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_reinforced_tungstensteel_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_reinforced_tungstensteel_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_reinforced_tungstensteel_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_reinforced_tungstensteel_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:iridium_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:iridium_storage_block"
|
||||
},
|
||||
"result": "techreborn:iridium_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:lead_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lead_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:lead_storage_block"
|
||||
},
|
||||
"result": "techreborn:lead_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:lead_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lead_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:lead_storage_block"
|
||||
},
|
||||
"result": "techreborn:lead_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:lead_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lead_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:lead_storage_block"
|
||||
},
|
||||
"result": "techreborn:lead_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:nickel_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:nickel_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:nickel_storage_block"
|
||||
},
|
||||
"result": "techreborn:nickel_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:nickel_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:nickel_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:nickel_storage_block"
|
||||
},
|
||||
"result": "techreborn:nickel_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:nickel_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:nickel_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:nickel_storage_block"
|
||||
},
|
||||
"result": "techreborn:nickel_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:peridot_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:peridot_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:peridot_storage_block"
|
||||
},
|
||||
"result": "techreborn:peridot_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:peridot_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:peridot_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:peridot_storage_block"
|
||||
},
|
||||
"result": "techreborn:peridot_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:peridot_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:peridot_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:peridot_storage_block"
|
||||
},
|
||||
"result": "techreborn:peridot_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:platinum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:platinum_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:platinum_storage_block"
|
||||
},
|
||||
"result": "techreborn:platinum_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:platinum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:platinum_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:platinum_storage_block"
|
||||
},
|
||||
"result": "techreborn:platinum_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:platinum_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:platinum_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:platinum_storage_block"
|
||||
},
|
||||
"result": "techreborn:platinum_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:red_garnet_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:red_garnet_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:red_garnet_storage_block"
|
||||
},
|
||||
"result": "techreborn:red_garnet_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:red_garnet_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:red_garnet_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:red_garnet_storage_block"
|
||||
},
|
||||
"result": "techreborn:red_garnet_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:red_garnet_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:red_garnet_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:red_garnet_storage_block"
|
||||
},
|
||||
"result": "techreborn:red_garnet_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:refined_iron_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:refined_iron_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:refined_iron_storage_block"
|
||||
},
|
||||
"result": "techreborn:refined_iron_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:refined_iron_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:refined_iron_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:refined_iron_storage_block"
|
||||
},
|
||||
"result": "techreborn:refined_iron_storage_block_stairs",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:refined_iron_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:refined_iron_storage_block_wall",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:refined_iron_storage_block"
|
||||
},
|
||||
"result": "techreborn:refined_iron_storage_block_wall",
|
||||
"count": 1
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:ruby_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:ruby_storage_block_slab",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"ingredient": {
|
||||
"item": "techreborn:ruby_storage_block"
|
||||
},
|
||||
"result": "techreborn:ruby_storage_block_slab",
|
||||
"count": 2
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"# ",
|
||||
"## ",
|
||||
"###"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "techreborn:ruby_storage_block"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:ruby_storage_block_stairs",
|
||||
"count": 4
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue