wool > string (extractor), gravel > flint (extractor) and gravel > sand (grinder) closes #2164 (#2165)

* Add Flint to Extractor

* Add String from Wool

* Delete Flint in Grinder moved to Extractor

* Update string_from_wool.json

Co-authored-by: Justin Vitale <4002351+justinvvitale@users.noreply.github.com>
This commit is contained in:
KnatteAnka 2020-07-17 05:52:03 +02:00 committed by GitHub
parent 011d43fefd
commit 140ff2f365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{
"type": "techreborn:grinder",
"type": "techreborn:extractor",
"power": 2,
"time": 200,
"ingredients" : [

View file

@ -0,0 +1,16 @@
{
"type": "techreborn:grinder",
"power": 3,
"time": 300,
"ingredients": [
{
"tag": "minecraft:wool"
}
],
"results": [
{
"item": "minecraft:string",
"count": 4
}
]
}