Fixed a couple recipes that were wrong during the transition.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"ingredients": [
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "wool"
|
||||
"ore": "blockWool"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
|
||||
@@ -10,6 +10,16 @@
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "part.QuartzFiber"
|
||||
},
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "crystalFluix"
|
||||
},
|
||||
{
|
||||
"type": "appliedenergistics2:part",
|
||||
"part": "material.PurifiedFluixCrystal"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
|
||||
Reference in New Issue
Block a user