finally gt fixed this typo
This commit is contained in:
parent
9f62549467
commit
2119a3bfe1
3 changed files with 3 additions and 4 deletions
|
|
@ -217,8 +217,7 @@ global.GTCEU_ARMORS = [
|
|||
'gtceu:nanomuscle_leggings',
|
||||
'gtceu:nanomuscle_boots',
|
||||
'gtceu:nanomuscle_helmet',
|
||||
// typo in gtceu
|
||||
'gtceu:avanced_nanomuscle_chestplate',
|
||||
'gtceu:advanced_nanomuscle_chestplate',
|
||||
'gtceu:quarktech_chestplate',
|
||||
'gtceu:quarktech_leggings',
|
||||
'gtceu:quarktech_boots',
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ function registerGTCEuItemModifications(event) {
|
|||
item.armorProtection = 4
|
||||
item.armorKnockbackResistance = 0.2
|
||||
})
|
||||
event.modify('gtceu:avanced_nanomuscle_chestplate', item => {
|
||||
event.modify('gtceu:advanced_nanomuscle_chestplate', item => {
|
||||
item.armorProtection = 10
|
||||
item.armorKnockbackResistance = 0.2
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue