finally killed off all damascus steel recipes
This commit is contained in:
parent
8ee23fc3e1
commit
f0466e53bd
4 changed files with 246 additions and 244 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue