finally killed off all damascus steel recipes

This commit is contained in:
Pyritie 2025-08-14 20:28:16 +01:00
parent 8ee23fc3e1
commit f0466e53bd
4 changed files with 246 additions and 244 deletions

View file

@ -1155,7 +1155,8 @@ function registerGTCEUMetalRecipes(event) {
if (material === GTMaterials.get("andesite_alloy")
|| material === GTMaterials.get("refined_radiance")
|| material === GTMaterials.get("shadow_steel")
|| material === GTMaterials.get("chromatic_compound"))
|| material === GTMaterials.get("chromatic_compound")
|| material === GTMaterials.DamascusSteel)
{ return; }
const toolProperty = material.getProperty(PropertyKey.TOOL)

View file

@ -738,7 +738,7 @@ function removeGTCEURecipes(event) {
event.remove({ id: `gtceu:assembler/${material}_pressure_plate` })
})
event.remove({ output: 'gtceu:damascus_steel_crowbar'})
event.remove({ id: /^gtceu:.*damascus_steel.*/ })
//removes metal armor
const armor = [