fixed a dupe with certus quartz
This commit is contained in:
parent
af5e279954
commit
8657cc38b1
2 changed files with 2 additions and 1 deletions
|
|
@ -775,7 +775,7 @@ function registerGTCEUMetalRecipes(event) {
|
|||
.id(`shapeless/mortar_chipped_${material.getName()}`)
|
||||
|
||||
let amount = 9;
|
||||
if (material === GTMaterials.NetherQuartz || material === GTMaterials.Amethyst)
|
||||
if (material === GTMaterials.NetherQuartz || material === GTMaterials.CertusQuartz || material === GTMaterials.Amethyst)
|
||||
amount = 4;
|
||||
|
||||
event.recipes.greate.pressing(ChemicalHelper.get(TagPrefix.gem, material, amount), ChemicalHelper.get(TagPrefix.block, material, 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue