finished the pipe pressurizer

This commit is contained in:
Ell 2020-10-13 18:20:00 +02:00
parent 5b808d346c
commit ee58eb30b3
3 changed files with 23 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "prettypipes:block/pressurizer_top",
"end": "prettypipes:block/pressurizer",
"side": "prettypipes:block/pressurizer"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TST",
"SRS",
"TST"
],
"key": {
"S": {
"item": "prettypipes:high_speed_module"
},
"R": {
"item": "minecraft:redstone_block"
},
"T": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "prettypipes:pressurizer"
}
}