Fix sulfur recipes

This commit is contained in:
modmuss50 2020-07-06 17:31:28 +01:00
parent 5985b5b6cb
commit 616f470532
3 changed files with 8 additions and 7 deletions

View file

@ -1,5 +0,0 @@
{
"replace": false,
"values": [
]
}

View file

@ -11,5 +11,8 @@
{ {
"item": "techreborn:sulfur_dust" "item": "techreborn:sulfur_dust"
} }
] ],
"conditions": {
"reborncore:tag": "c:sulfurs"
}
} }

View file

@ -12,5 +12,8 @@
"item": "techreborn:sulfur_dust", "item": "techreborn:sulfur_dust",
"count": 2 "count": 2
} }
] ],
"conditions": {
"reborncore:tag": "c:sulfur_ores"
}
} }