Sulfur dust got some usage. Closes #1945
This commit is contained in:
parent
3b4d135fd4
commit
eb9abe4c74
2 changed files with 25 additions and 3 deletions
|
@ -3,12 +3,12 @@
|
||||||
"power": 1,
|
"power": 1,
|
||||||
"time": 100,
|
"time": 100,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "techreborn:compressed_plantball"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:cell",
|
"item": "techreborn:cell",
|
||||||
"nbt": "empty"
|
"nbt": "empty"
|
||||||
},
|
|
||||||
{
|
|
||||||
"item": "techreborn:compressed_plantball"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "techreborn:solid_canning_machine",
|
||||||
|
"power": 1,
|
||||||
|
"time": 100,
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "techreborn:sulfur_dust"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"item": "techreborn:cell",
|
||||||
|
"nbt": "empty"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "techreborn:cell",
|
||||||
|
"nbt": {
|
||||||
|
"fluid": "techreborn:sulfur"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue