a bunch of small tweaks

This commit is contained in:
Pyritie 2025-10-07 01:20:10 +01:00
parent 7973b44cba
commit 3fb490fe04
9 changed files with 54 additions and 22 deletions

View file

@ -15,4 +15,28 @@ function registerEndermanOverhaulRecipes(event) {
.category(GTRecipeCategories.MACERATOR_RECYCLING)
.duration(50)
.EUt(GTValues.VA[GTValues.ULV])
event.shaped('endermanoverhaul:corrupted_shield', [
'ABA',
'ECE',
'ADA'
], {
A: 'endermanoverhaul:enderman_tooth',
B: 'endermanoverhaul:corrupted_pearl',
C: 'tfc:metal/shield/blue_steel',
D: '#forge:plates/ender_pearl',
E: '#forge:plates/titanium'
}).id('tfg:shaped/corrupted_shield_blue')
event.shaped('endermanoverhaul:corrupted_shield', [
'ABA',
'ACA',
'ADA'
], {
A: 'endermanoverhaul:enderman_tooth',
B: 'endermanoverhaul:corrupted_pearl',
C: 'tfc:metal/shield/red_steel',
D: '#forge:plates/ender_pearl',
E: '#forge:plates/titanium'
}).id('tfg:shaped/corrupted_shield_red')
}

View file

@ -3,9 +3,7 @@
const registerEndermanOverhaulItemTags = (event) => {
const DISABLED_ITEMS = [
'endermanoverhaul:enderman_tooth',
'endermanoverhaul:corrupted_blade',
'endermanoverhaul:corrupted_shield',
'endermanoverhaul:savanna_hood',
'endermanoverhaul:snowy_hood',