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)