Move the nether quartz dust tag to the forge namespace and use it instead of AE's internal one. (#4568)

This commit is contained in:
shartte
2020-08-07 23:13:02 +02:00
committed by GitHub
parent c7d3877129
commit 6f39bd8fe8
4 changed files with 3 additions and 6 deletions
@@ -9,7 +9,7 @@
"tag": "forge:sand"
},
{
"tag": "appliedenergistics2:dusts/nether_quartz"
"tag": "forge:dusts/quartz"
}
]
}
@@ -5,7 +5,7 @@
},
"ingredient": [
{
"tag": "appliedenergistics2:dusts/nether_quartz"
"tag": "forge:dusts/quartz"
},
{
"tag": "appliedenergistics2:dusts/certus_quartz"
@@ -1,6 +1,3 @@
{
"values": [
"#appliedenergistics2:dusts/certus_quartz",
"#appliedenergistics2:dusts/nether_quartz"
]
"values": ["#appliedenergistics2:dusts/certus_quartz", "#forge:dusts/quartz"]
}