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)
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue