Create basic sulfur grinding recipes for compatibility with Cinderscapes (#2153)

* Create sulfur_dust_from_ore.json

* Create sulfur_dust.json
This commit is contained in:
Will Toll 2020-07-04 09:14:56 -05:00 committed by GitHub
parent b176230f77
commit 852cd1c496
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 200,
"ingredients": [
{
"tag": "c:sulfurs"
}
],
"results": [
{
"item": "techreborn:sulfur_dust"
}
]
}

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:grinder",
"power": 2,
"time": 220,
"ingredients": [
{
"tag": "c:sulfur_ores"
}
],
"results": [
{
"item": "techreborn:sulfur_dust",
"count": 2
}
]
}