Crafting recipes

- Added crafting, smelting and stonecutting recipes for all added blocks
This commit is contained in:
simibubi 2019-09-10 12:09:48 +02:00
parent 49f8613678
commit 68e3be9b43
145 changed files with 1826 additions and 9 deletions

View file

@ -144,9 +144,9 @@ public enum AllBlocks {
LIMESTONE_PILLAR(new RotatedPillarBlock(Properties.from(LIMESTONE.block))),
WEATHERED_LIMESTONE(new Block(Properties.from(Blocks.ANDESITE)), ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL),
POLISHED_WEATHERED_LIMESTONE(new Block(Properties.from(WEATHERED_LIMESTONE.block)), ComesWith.SLAB),
WEATHERED_LIMESTONE_BRICKS(new Block(Properties.from(WEATHERED_LIMESTONE.block)), ComesWith.STAIRS, ComesWith.SLAB,
ComesWith.WALL),
POLISHED_WEATHERED_LIMESTONE(new Block(Properties.from(WEATHERED_LIMESTONE.block)), ComesWith.SLAB),
WEATHERED_LIMESTONE_PILLAR(new RotatedPillarBlock(Properties.from(WEATHERED_LIMESTONE.block))),
DOLOMITE(new Block(Properties.from(Blocks.QUARTZ_BLOCK)), ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL),

View file

@ -6,6 +6,11 @@
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, -3.5],
"scale":[ 0.5, 0.5, 0.5 ]
}
},
"textures": {

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/cogwheel"
"parent": "create:block/cogwheel",
"display": {
"fixed": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/crushing_wheel"
"parent": "create:block/crushing_wheel",
"display": {
"fixed": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/drill_fixated"
"parent": "create:block/drill_fixated",
"display": {
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, -3],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -6,6 +6,11 @@
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
},
"textures": {

View file

@ -5,6 +5,11 @@
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, -3.5],
"scale":[ 0.5, 0.5, 0.5 ]
}
},
"textures": {

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/harvester"
"parent": "create:block/harvester",
"display": {
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, -3],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/large_cogwheel"
"parent": "create:block/large_cogwheel",
"display": {
"fixed": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -5,6 +5,11 @@
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, -3.5],
"scale":[ 0.5, 0.5, 0.5 ]
}
},
"textures": {

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/motor"
"parent": "create:block/motor",
"display": {
"fixed": {
"rotation": [ 0, 90, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/pulse_repeater"
"parent": "create:block/pulse_repeater",
"display": {
"fixed": {
"rotation": [ 270, 0, 0 ],
"translation": [ 0, 0, -3],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -1,3 +1,10 @@
{
"parent": "create:block/water_wheel"
"parent": "create:block/water_wheel",
"display": {
"fixed": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"DDD",
"DDD"
],
"key": {
"D": {
"item": "minecraft:dried_kelp"
}
},
"result": {
"item": "create:belt_connector",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"N ",
"P ",
"ND"
],
"key": {
"D": {
"item": "minecraft:dried_kelp"
},
"N": {
"item": "minecraft:gold_nugget"
},
"P": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "create:belt_funnel",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"RSR",
"ABA"
],
"key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"item": "create:shaft"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "create:clutch",
"count": 1
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"tag": "minecraft:jungle_logs"
},
{
"item": "minecraft:cocoa_beans"
}
],
"result": {
"item": "create:cocoa_log",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
" B ",
"BSB",
" B "
],
"key": {
"B": {
"tag": "minecraft:wooden_buttons"
},
"S": {
"item": "create:shaft"
}
},
"result": {
"item": "create:cogwheel",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"GAG",
"PRP",
"GPG"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"R": {
"item": "minecraft:redstone"
},
"G": {
"item": "minecraft:gold_nugget"
}
},
"result": {
"item": "create:contact",
"count": 2
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"BSB",
"ABA"
],
"key": {
"B": {
"item": "minecraft:polished_andesite"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"item": "create:large_cogwheel"
}
},
"result": {
"item": "create:crushing_wheel",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
" AA",
"CIA",
"SC "
],
"key": {
"A": {
"item": "create:andesite_alloy_cube"
},
"I": {
"item": "minecraft:iron_block"
},
"S": {
"item": "create:shaft"
},
"C": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "create:drill",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"BSB",
"ABA"
],
"key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"item": "create:belt_connector"
}
},
"result": {
"item": "create:encased_belt",
"count": 2
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"RSR",
"ABA"
],
"key": {
"B": {
"item": "minecraft:iron_bars"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"item": "create:shaft"
},
"R": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "create:encased_fan",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"BSB",
"ABA"
],
"key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"item": "create:shaft"
}
},
"result": {
"item": "create:encased_shaft",
"count": 2
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"BSB",
"ABA"
],
"key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "minecraft:gold_nugget"
},
"S": {
"item": "minecraft:observer"
}
},
"result": {
"item": "create:entity_detector",
"count": 1
}
}

View file

@ -0,0 +1,29 @@
{
"type": "crafting_shaped",
"pattern": [
"GN",
"RD",
"PN"
],
"key": {
"G": {
"item": "minecraft:gold_ingot"
},
"R": {
"item": "minecraft:redstone"
},
"D": {
"item": "minecraft:dried_kelp"
},
"N": {
"item": "minecraft:gold_nugget"
},
"P": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "create:extractor",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"BSB",
"ABA"
],
"key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "minecraft:gold_nugget"
},
"S": {
"item": "minecraft:chest"
}
},
"result": {
"item": "create:flexcrate",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"BSB",
"ABA"
],
"key": {
"B": {
"item": "create:cogwheel"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "create:gearbox",
"count": 2
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"ABA",
"RSR",
"ABA"
],
"key": {
"B": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"S": {
"item": "create:cogwheel"
},
"R": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "create:gearshift",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
" I ",
"IAI",
"CCC"
],
"key": {
"A": {
"item": "create:andesite_alloy_cube"
},
"I": {
"item": "minecraft:iron_nugget"
},
"C": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "create:harvester",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"BPB",
"PSP",
"BPB"
],
"key": {
"B": {
"tag": "minecraft:wooden_buttons"
},
"P": {
"tag": "minecraft:planks"
},
"S": {
"item": "create:shaft"
}
},
"result": {
"item": "create:large_cogwheel",
"count": 1
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create:extractor"
},
{
"item": "minecraft:redstone_torch"
}
],
"result": {
"item": "create:linked_extractor",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"PPP",
"CIC",
"CGC"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"G": {
"item": "create:shaft"
},
"C": {
"item": "minecraft:cobblestone"
},
"P": {
"tag": "minecraft:logs"
}
},
"result": {
"item": "create:mechanical_bearing",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"PPP",
"CIC",
"CGC"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"G": {
"item": "create:cogwheel"
},
"C": {
"item": "minecraft:cobblestone"
},
"P": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "create:mechanical_piston",
"count": 1
}
}

View file

@ -0,0 +1,29 @@
{
"type": "crafting_shaped",
"pattern": [
"SA ",
"ABI",
" IO"
],
"key": {
"B": {
"item": "create:blaze_brass_cube"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"I": {
"item": "minecraft:iron_block"
},
"S": {
"item": "create:shaft"
},
"O": {
"item": "minecraft:obsidian"
}
},
"result": {
"item": "create:motor",
"count": 1
}
}

View file

@ -0,0 +1,37 @@
[LocalizedFileNames]
weathered_limestone.json=@weathered_limestone.json,0
weathered_limestone_bricks.json=@weathered_limestone_bricks.json,0
limestone_bricks.json=@limestone_bricks.json,0
polished_weathered_limestone.json=@polished_weathered_limestone.json,0
polished_limestone.json=@polished_limestone.json,0
polished_weathered_limestone_slab.json=@polished_weathered_limestone_slab.json,0
weathered_limestone_bricks_slab.json=@weathered_limestone_bricks_slab.json,0
weathered_limestone_slab.json=@weathered_limestone_slab.json,0
polished_limestone_slab.json=@polished_limestone_slab.json,0
limestone_slab.json=@limestone_slab.json,0
limestone_bricks_slab.json=@limestone_bricks_slab.json,0
limestone_bricks_wall.json=@limestone_bricks_wall.json,0
weathered_limestone_bricks_wall.json=@weathered_limestone_bricks_wall.json,0
weathered_limestone_wall.json=@weathered_limestone_wall.json,0
limestone_wall.json=@limestone_wall.json,0
weathered_limestone_stairs.json=@weathered_limestone_stairs.json,0
weathered_limestone_bricks_stairs.json=@weathered_limestone_bricks_stairs.json,0
limestone_bricks_stairs.json=@limestone_bricks_stairs.json,0
limestone_stairs.json=@limestone_stairs.json,0
limestone.json=@limestone.json,0
gabbro.json=@gabbro.json,0
gabbro_bricks.json=@gabbro_bricks.json,0
polished_gabbro.json=@polished_gabbro.json,0
paved_gabbro_bricks_slab.json=@paved_gabbro_bricks_slab.json,0
indented_gabbro_slab.json=@indented_gabbro_slab.json,0
gabbro_slab.json=@gabbro_slab.json,0
gabbro_wall.json=@gabbro_wall.json,0
gabbro_bricks_wall.json=@gabbro_bricks_wall.json,0
gabbro_bricks_stairs.json=@gabbro_bricks_stairs.json,0
gabbro_stairs.json=@gabbro_stairs.json,0
dolomite.json=@dolomite.json,0
polished_dolomite.json=@polished_dolomite.json,0
dolomite_bricks.json=@dolomite_bricks.json,0
dolomite_slab.json=@dolomite_slab.json,0
dolomite_wall.json=@dolomite_wall.json,0
dolomite_stairs.json=@dolomite_stairs.json,0

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:diorite"
},
"result": "create:dolomite",
"experience": 0.1,
"cookingtime": 200
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:polished_dolomite"
}
},
"result": {
"item": "create:dolomite_bricks",
"count": 4
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:dolomite"
}
},
"result": {
"item": "create:dolomite_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:dolomite"
}
},
"result": {
"item": "create:dolomite_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:dolomite"
}
},
"result": {
"item": "create:dolomite_wall",
"count": 12
}
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:granite"
},
"result": "create:gabbro",
"experience": 0.1,
"cookingtime": 200
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:polished_gabbro"
}
},
"result": {
"item": "create:gabbro_bricks",
"count": 4
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:gabbro_bricks"
}
},
"result": {
"item": "create:gabbro_bricks_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:gabbro_bricks"
}
},
"result": {
"item": "create:gabbro_bricks_wall",
"count": 12
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:gabbro"
}
},
"result": {
"item": "create:gabbro_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:gabbro"
}
},
"result": {
"item": "create:gabbro_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:gabbro"
}
},
"result": {
"item": "create:gabbro_wall",
"count": 12
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:polished_gabbro"
}
},
"result": {
"item": "create:indented_gabbro_slab",
"count": 6
}
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:sandstone"
},
"result": "create:limestone",
"experience": 0.1,
"cookingtime": 200
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:polished_limestone"
}
},
"result": {
"item": "create:limestone_bricks",
"count": 4
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:limestone_bricks"
}
},
"result": {
"item": "create:limestone_bricks_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:limestone_bricks"
}
},
"result": {
"item": "create:limestone_bricks_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:limestone_bricks"
}
},
"result": {
"item": "create:limestone_bricks_wall",
"count": 12
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:limestone"
}
},
"result": {
"item": "create:limestone_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:limestone"
}
},
"result": {
"item": "create:limestone_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:limestone"
}
},
"result": {
"item": "create:limestone_wall",
"count": 12
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:paved_gabbro_bricks"
}
},
"result": {
"item": "create:paved_gabbro_bricks_slab",
"count": 6
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:dolomite"
}
},
"result": {
"item": "create:polished_dolomite",
"count": 4
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:gabbro"
}
},
"result": {
"item": "create:polished_gabbro",
"count": 4
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:limestone"
}
},
"result": {
"item": "create:polished_limestone",
"count": 4
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:polished_limestone"
}
},
"result": {
"item": "create:polished_limestone_slab",
"count": 6
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:weathered_limestone"
}
},
"result": {
"item": "create:polished_weathered_limestone",
"count": 4
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:polished_weathered_limestone"
}
},
"result": {
"item": "create:polished_weathered_limestone_slab",
"count": 6
}
}

View file

@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
"LLL",
"LWL",
"LLL"
],
"key": {
"L": {
"item": "create:limestone"
},
"W": {
"item": "minecraft:water_bucket"
}
},
"result": {
"item": "create:weathered_limestone",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "create:polished_weathered_limestone"
}
},
"result": {
"item": "create:weathered_limestone_bricks",
"count": 4
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:weathered_limestone_bricks"
}
},
"result": {
"item": "create:weathered_limestone_bricks_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:weathered_limestone_bricks"
}
},
"result": {
"item": "create:weathered_limestone_bricks_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:weathered_limestone_bricks"
}
},
"result": {
"item": "create:weathered_limestone_bricks_wall",
"count": 12
}
}

View file

@ -0,0 +1,15 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS"
],
"key": {
"S": {
"item": "create:weathered_limestone"
}
},
"result": {
"item": "create:weathered_limestone_slab",
"count": 6
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"S ",
"SS ",
"SSS"
],
"key": {
"S": {
"item": "create:weathered_limestone"
}
},
"result": {
"item": "create:weathered_limestone_stairs",
"count": 8
}
}

View file

@ -0,0 +1,16 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SSS"
],
"key": {
"S": {
"item": "create:weathered_limestone"
}
},
"result": {
"item": "create:weathered_limestone_wall",
"count": 12
}
}

View file

@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
"P",
"A",
"P"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"A": {
"item": "create:andesite_alloy_cube"
}
},
"result": {
"item": "create:piston_pole",
"count": 8
}
}

View file

@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"pattern": [
"RRT",
"SSS"
],
"key": {
"S": {
"item": "minecraft:stone"
},
"R": {
"item": "minecraft:redstone"
},
"T": {
"item": "minecraft:redstone_torch"
}
},
"result": {
"item": "create:pulse_repeater",
"count": 1
}
}

View file

@ -0,0 +1,22 @@
{
"type": "crafting_shaped",
"pattern": [
" T",
"GSG"
],
"key": {
"S": {
"tag": "minecraft:planks"
},
"G": {
"item": "minecraft:gold_ingot"
},
"T": {
"item": "minecraft:redstone_torch"
}
},
"result": {
"item": "create:redstone_bridge",
"count": 2
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"ALA",
"PLP",
"ALA"
],
"key": {
"L": {
"tag": "minecraft:logs"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"P": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "create:rotation_chassis",
"count": 4
}
}

View file

@ -0,0 +1,17 @@
{
"type": "crafting_shaped",
"pattern": [
"A",
"A",
"A"
],
"key": {
"A": {
"item": "create:andesite_alloy_cube"
}
},
"result": {
"item": "create:shaft",
"count": 16
}
}

View file

@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"S",
"P"
],
"key": {
"P": {
"item": "create:mechanical_piston"
},
"S": {
"item": "minecraft:slime_ball"
}
},
"result": {
"item": "create:sticky_mechanical_piston",
"count": 1
}
}

View file

@ -0,0 +1,26 @@
{
"type": "crafting_shaped",
"pattern": [
"GAG",
"PRP",
"GPG"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"A": {
"item": "minecraft:heavy_weighted_pressure_plate"
},
"R": {
"item": "minecraft:comparator"
},
"G": {
"item": "minecraft:gold_nugget"
}
},
"result": {
"item": "create:stockswitch",
"count": 1
}
}

View file

@ -0,0 +1,23 @@
{
"type": "crafting_shaped",
"pattern": [
"APA",
"LLL",
"APA"
],
"key": {
"L": {
"tag": "minecraft:logs"
},
"A": {
"item": "create:andesite_alloy_cube"
},
"P": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "create:translation_chassis",
"count": 4
}
}

View file

@ -0,0 +1,19 @@
{
"type": "crafting_shaped",
"pattern": [
"S",
"H"
],
"key": {
"H": {
"item": "create:shaft"
},
"S": {
"tag": "minecraft:wooden_slabs"
}
},
"result": {
"item": "create:turntable",
"count": 1
}
}

View file

@ -0,0 +1,20 @@
{
"type": "crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"C": {
"item": "create:large_cogwheel"
},
"S": {
"tag": "minecraft:wooden_slabs"
}
},
"result": {
"item": "create:water_wheel",
"count": 1
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:andesite"
},
"result": "create:andesite_bricks",
"count": 1
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:diorite"
},
"result": "create:diorite_bricks",
"count": 1
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "create:dolomite"
},
"result": "create:dolomite_bricks",
"count": 1
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "create:dolomite"
},
"result": "create:dolomite_pillar",
"count": 1
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "create:dolomite"
},
"result": "create:dolomite_slab",
"count": 2
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "create:dolomite"
},
"result": "create:dolomite_stairs",
"count": 1
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "create:dolomite"
},
"result": "create:dolomite_wall",
"count": 2
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "create:gabbro"
},
"result": "create:gabbro_bricks",
"count": 1
}

Some files were not shown because too many files have changed in this diff Show more