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:
parent
011d43fefd
commit
140ff2f365
2 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"type": "techreborn:extractor",
|
||||
"power": 2,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:grinder",
|
||||
"power": 3,
|
||||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "minecraft:wool"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:string",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue