This Rocks 1.2.0

-Added geysers!
-Added Granite, Diorite, Andesite, Gravel, Netherrack and Soul Soil rocks!
-Tweaked worldgen to fix some minor issues.
This commit is contained in:
Motschen
2020-11-14 17:38:01 +01:00
parent 2fcb0f209b
commit 4b53dcd289
87 changed files with 1265 additions and 66 deletions

View File

@@ -0,0 +1,8 @@
{
"variants": {
"variation=tiny": { "model": "rocks:block/tiny_andesite_rock" },
"variation=small": { "model": "rocks:block/small_andesite_rock" },
"variation=medium": { "model": "rocks:block/medium_andesite_rock" },
"variation=large": { "model": "rocks:block/large_andesite_rock" }
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"variation=tiny": { "model": "rocks:block/tiny_diorite_rock" },
"variation=small": { "model": "rocks:block/small_diorite_rock" },
"variation=medium": { "model": "rocks:block/medium_diorite_rock" },
"variation=large": { "model": "rocks:block/large_diorite_rock" }
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"active=true,snowy=false": { "model": "rocks:block/geyser_on" },
"active=false,snowy=false": { "model": "rocks:block/geyser_off" },
"active=true,snowy=true": { "model": "rocks:block/snowy_geyser_on" },
"active=false,snowy=true": { "model": "rocks:block/snowy_geyser_off" }
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"variation=tiny": { "model": "rocks:block/tiny_granite_rock" },
"variation=small": { "model": "rocks:block/small_granite_rock" },
"variation=medium": { "model": "rocks:block/medium_granite_rock" },
"variation=large": { "model": "rocks:block/large_granite_rock" }
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"variation=tiny": { "model": "rocks:block/tiny_gravel_rock" },
"variation=small": { "model": "rocks:block/small_gravel_rock" },
"variation=medium": { "model": "rocks:block/medium_gravel_rock" },
"variation=large": { "model": "rocks:block/large_gravel_rock" }
}
}

View File

@@ -0,0 +1,6 @@
{
"variants": {
"active=true": { "model": "rocks:block/nether_geyser_on" },
"active=false": { "model": "rocks:block/nether_geyser_off" }
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"variation=tiny": { "model": "rocks:block/tiny_netherrack_rock" },
"variation=small": { "model": "rocks:block/small_netherrack_rock" },
"variation=medium": { "model": "rocks:block/medium_netherrack_rock" },
"variation=large": { "model": "rocks:block/large_netherrack_rock" }
}
}

View File

@@ -0,0 +1,8 @@
{
"variants": {
"variation=tiny": { "model": "rocks:block/tiny_soul_soil_rock" },
"variation=small": { "model": "rocks:block/small_soul_soil_rock" },
"variation=medium": { "model": "rocks:block/medium_soul_soil_rock" },
"variation=large": { "model": "rocks:block/large_soul_soil_rock" }
}
}

View File

@@ -2,9 +2,15 @@
"itemGroup.rocks.rocks":"This Rocks!",
"block.rocks.rock":"Steinbrocken",
"block.rocks.granite_rock":"Granitbrocken",
"block.rocks.diorite_rock":"Dioritbrocken",
"block.rocks.andesite_rock":"Andesitbrocken",
"block.rocks.sand_rock":"Sandsteinbrocken",
"block.rocks.red_sand_rock":"Roter Sandsteinbrocken",
"block.rocks.gravel_rock":"Kiesbrocken",
"block.rocks.end_stone_rock":"Endsteinbrocken",
"block.rocks.netherrack_rock":"Netherrackbrocken",
"block.rocks.soul_soil_rock":"Seelenerdebrocken",
"block.rocks.oak_stick":"Eichenholzstock",
"block.rocks.birch_stick":"Birkenholzstock",
@@ -13,12 +19,20 @@
"block.rocks.acacia_stick":"Akazienholzstock",
"block.rocks.dark_oak_stick":"Schwarzeichenholzstock",
"block.rocks.geyser":"Geyser",
"block.rocks.nether_geyser":"Magma Geyser",
"block.rocks.pinecone":"Tannenzapfen",
"block.rocks.seashell":"Muschel",
"block.rocks.starfish":"Seestern",
"item.rocks.cobblestone_splitter":"Bruchsteinsplitter",
"item.rocks.granite_splitter":"Granitsplitter",
"item.rocks.diorite_splitter":"Dioritsplitter",
"item.rocks.andesite_splitter":"Andesitsplitter",
"item.rocks.sandstone_splitter":"Sandsteinsplitter",
"item.rocks.red_sandstone_splitter":"Roter Sandsteinsplitter",
"item.rocks.end_stone_splitter":"Endsteinsplitter"
"item.rocks.end_stone_splitter":"Endsteinsplitter",
"item.rocks.netherrack_splitter":"Netherracksplitter",
"item.rocks.soul_soil_splitter":"Seelenerdesplitter"
}

View File

@@ -2,9 +2,15 @@
"itemGroup.rocks.rocks":"This Rocks!",
"block.rocks.rock":"Rock",
"block.rocks.granite_rock":"Granite Rock",
"block.rocks.diorite_rock":"Diorite Rock",
"block.rocks.andesite_rock":"Andesite Rock",
"block.rocks.sand_rock":"Sand Rock",
"block.rocks.red_sand_rock":"Red Sand Rock",
"block.rocks.gravel_rock":"Gravel Rock",
"block.rocks.end_stone_rock":"End Stone Rock",
"block.rocks.netherrack_rock":"Netherrack Rock",
"block.rocks.soul_soil_rock":"Soul Soil Rock",
"block.rocks.oak_stick":"Oak Stick",
"block.rocks.birch_stick":"Birch Stick",
@@ -13,12 +19,20 @@
"block.rocks.acacia_stick":"Acacia Stick",
"block.rocks.dark_oak_stick":"Dark Oak Stick",
"block.rocks.geyser":"Geyser",
"block.rocks.nether_geyser":"Magma Geyser",
"block.rocks.pinecone":"Pinecone",
"block.rocks.seashell":"Seashell",
"block.rocks.starfish":"Starfish",
"item.rocks.cobblestone_splitter":"Cobblestone Splitter",
"item.rocks.granite_splitter":"Granite Splitter",
"item.rocks.diorite_splitter":"Diorite Splitter",
"item.rocks.andesite_splitter":"Andesite Splitter",
"item.rocks.sandstone_splitter":"Sandstone Splitter",
"item.rocks.red_sandstone_splitter":"Red Sandstone Splitter",
"item.rocks.end_stone_splitter":"End Stone Splitter"
"item.rocks.end_stone_splitter":"End Stone Splitter",
"item.rocks.netherrack_splitter":"Netherrack Splitter",
"item.rocks.soul_soil_splitter":"Soul Soil Splitter"
}

View File

@@ -0,0 +1,10 @@
{
"defaultMap": {
"spriteMap": [
{
"sprite": "minecraft:block/magma",
"material": "canvas:warm_glow"
}
]
}
}

View File

@@ -0,0 +1,10 @@
{
"defaultMap": {
"spriteMap": [
{
"sprite": "minecraft:block/magma",
"material": "canvas:warm_glow"
}
]
}
}

View File

@@ -0,0 +1,108 @@
{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"0": "block/snow",
"2": "block/black_concrete",
"particle": "block/snow"
},
"elements": [
{
"from": [5, 0, 5],
"to": [11, 1, 6],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 13]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [10, 0, 6],
"to": [11, 1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [0, 2, 1, 6], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 0, 6],
"to": [6, 1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [15, 1, 16, 5], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 0, 10],
"to": [11, 1, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 18]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 5, 6, 6], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [6, 0, 6],
"to": [10, 0.1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 8, 13]},
"faces": {
"north": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"south": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"up": {"uv": [0, 0, 4, 4], "texture": "#2"},
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 2.25, -1.5],
"scale": [0.5, 0.5, 0.5]
},
"thirdperson_lefthand": {
"translation": [0, 2.25, -1.5],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_righthand": {
"translation": [2.5, 8.25, -0.25]
},
"firstperson_lefthand": {
"translation": [2.5, 8.25, -0.25]
},
"ground": {
"translation": [0, 5.75, 0]
},
"gui": {
"rotation": [45, 45, 0],
"translation": [0, 7.25, 0],
"scale": [1.5, 1.5, 1.5]
},
"head": {
"translation": [0, 14.5, 0]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -12],
"scale": [1.5, 1.5, 1.5]
}
}
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/large_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/medium_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,9 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/geyser_off",
"textures": {
"0": "block/netherrack",
"2": "block/black_concrete",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/nether_geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/small_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,87 @@
{
"credit": "made by Motschen",
"parent": "block/block",
"textures": {
"0": "block/snow",
"2": "block/black_concrete",
"particle": "block/snow"
},
"elements": [
{
"from": [5, 2, 5],
"to": [11, 3, 6],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 13]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 0, 6, 1], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [10, 2, 6],
"to": [11, 3, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [0, 2, 1, 6], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 2, 6],
"to": [6, 3, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 10, 14]},
"faces": {
"north": {"uv": [0, 0, 1, 1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 1], "texture": "#0"},
"south": {"uv": [0, 0, 1, 1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 1], "texture": "#0"},
"up": {"uv": [15, 1, 16, 5], "texture": "#0"},
"down": {"uv": [0, 0, 1, 4], "texture": "#0"}
}
},
{
"from": [5, 2, 10],
"to": [11, 3, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 18]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "texture": "#0"},
"east": {"uv": [0, 0, 1, 1], "texture": "#0"},
"south": {"uv": [0, 0, 6, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1, 1], "texture": "#0"},
"up": {"uv": [0, 5, 6, 6], "texture": "#0"},
"down": {"uv": [0, 0, 6, 1], "texture": "#0"}
}
},
{
"from": [6, 2, 6],
"to": [10, 2.1, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [13, 10, 13]},
"faces": {
"north": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"east": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"south": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"west": {"uv": [0, 0, 4, 0.1], "texture": "#0"},
"up": {"uv": [0, 0, 4, 4], "texture": "#2"},
"down": {"uv": [0, 0, 4, 4], "texture": "#0"}
}
},
{
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#0"},
"east": {"uv": [0, 0, 16, 2], "texture": "#0"},
"south": {"uv": [0, 0, 16, 2], "texture": "#0"},
"west": {"uv": [0, 0, 16, 2], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
]
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/snowy_geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/gravel",
"particle": "block/gravel"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:block/tiny_rock",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "rocks:block/large_andesite_rock"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:item/cobblestone_splitter",
"textures": {
"0": "block/andesite",
"particle": "block/andesite"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "rocks:block/large_diorite_rock"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:item/cobblestone_splitter",
"textures": {
"0": "block/diorite",
"particle": "block/diorite"
}
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "rocks:block/large_granite_rock"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:item/cobblestone_splitter",
"textures": {
"0": "block/granite",
"particle": "block/granite"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "rocks:block/large_gravel_rock"
}

View File

@@ -0,0 +1,7 @@
{
"credit": "made by Motschen",
"parent": "rocks:block/nether_geyser_off",
"textures": {
"2": "block/magma"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "rocks:block/large_netherrack_rock"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:item/cobblestone_splitter",
"textures": {
"0": "block/netherrack",
"particle": "block/netherrack"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "rocks:block/large_soul_soil_rock"
}

View File

@@ -0,0 +1,7 @@
{
"parent": "rocks:item/cobblestone_splitter",
"textures": {
"0": "block/soul_soil",
"particle": "block/soul_soil"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "rocks:andesite_splitter"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "rocks:diorite_splitter"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "rocks:granite_splitter"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:flint"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "rocks:netherrack_splitter"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "rocks:soul_soil_splitter"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "rocks:andesite_splitter"
},
{
"item": "rocks:andesite_splitter"
},
{
"item": "rocks:andesite_splitter"
},
{
"item": "rocks:andesite_splitter"
}
],
"result": {
"item": "minecraft:andesite",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "rocks:diorite_splitter"
},
{
"item": "rocks:diorite_splitter"
},
{
"item": "rocks:diorite_splitter"
},
{
"item": "rocks:diorite_splitter"
}
],
"result": {
"item": "minecraft:diorite",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "rocks:granite_splitter"
},
{
"item": "rocks:granite_splitter"
},
{
"item": "rocks:granite_splitter"
},
{
"item": "rocks:granite_splitter"
}
],
"result": {
"item": "minecraft:granite",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "rocks:netherrack_splitter"
},
{
"item": "rocks:netherrack_splitter"
},
{
"item": "rocks:netherrack_splitter"
},
{
"item": "rocks:netherrack_splitter"
}
],
"result": {
"item": "minecraft:netherrack",
"count": 1
}
}

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "rocks:soul_soil_splitter"
},
{
"item": "rocks:soul_soil_splitter"
},
{
"item": "rocks:soul_soil_splitter"
},
{
"item": "rocks:soul_soil_splitter"
}
],
"result": {
"item": "minecraft:soul_soil",
"count": 1
}
}