Sulfur dust got some usage. Closes #1945

This commit is contained in:
drcrazy 2020-01-11 23:08:00 +03:00
parent 3b4d135fd4
commit eb9abe4c74
2 changed files with 25 additions and 3 deletions

View file

@ -4,11 +4,11 @@
"time": 100, "time": 100,
"ingredients": [ "ingredients": [
{ {
"item": "techreborn:cell", "item": "techreborn:compressed_plantball"
"nbt": "empty"
}, },
{ {
"item": "techreborn:compressed_plantball" "item": "techreborn:cell",
"nbt": "empty"
} }
], ],
"results": [ "results": [

View file

@ -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"
}
}
]
}