fix recipe collision with vanilla stone plates
This commit is contained in:
@@ -179,6 +179,7 @@ function registerGTCEUMetalRecipes(event) {
|
||||
if (material.hasFlag(MaterialFlags.GENERATE_PLATE)
|
||||
&& material !== GTMaterials.Wood
|
||||
&& material !== GTMaterials.TreatedWood
|
||||
&& material !== GTMaterials.Stone
|
||||
&& !material.hasProperty(PropertyKey.POLYMER))
|
||||
{
|
||||
const plateStack = ChemicalHelper.get(TagPrefix.plate, material, 1)
|
||||
|
||||
@@ -51,6 +51,9 @@ function removeGTCEURecipes(event) {
|
||||
removeMaceratorRecipe(event, 'macerate_cobblestone')
|
||||
removeMaceratorRecipe(event, 'gravel_to_flint')
|
||||
removeMaceratorRecipe(event, 'macerate_furnace')
|
||||
removeCutterRecipe(event, 'cut_stone_block_to_plate')
|
||||
removeCutterRecipe(event, 'cut_stone_block_to_plate_water')
|
||||
removeCutterRecipe(event, 'cut_stone_block_to_plate_distilled_water')
|
||||
|
||||
//#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user