mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 03:43:30 +01:00
finished the pipe pressurizer
This commit is contained in:
parent
5b808d346c
commit
ee58eb30b3
3 changed files with 23 additions and 1 deletions
|
@ -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 |
22
src/main/resources/data/prettypipes/recipes/pressurizer.json
Normal file
22
src/main/resources/data/prettypipes/recipes/pressurizer.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue