Compress prismarine crystals to shards (Reverse recipe) #2046
This commit is contained in:
parent
4e17c87ca4
commit
8b548baf56
1 changed files with 17 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:compressor",
|
||||||
|
"power": 10,
|
||||||
|
"time": 180,
|
||||||
|
|
||||||
|
"ingredients" : [
|
||||||
|
{
|
||||||
|
"item": "minecraft:prismarine_crystals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"results" : [
|
||||||
|
{
|
||||||
|
"item": "minecraft:prismarine_shard"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue