rwtema / Monk-Mod

Monk mod made for Modjnam 2018
Other
14 stars 6 forks source link

Config Not Whitelisting Armor #66

Closed TheTechBandit closed 5 years ago

TheTechBandit commented 5 years ago

I'm trying to whitelist armor made with Tinker's Armory so I can wear it and keep all the monk abilities. However, the whitelist does not seem to work. Here's what my config looks like:

monkwear {
    # Add an item registry name to this section to prevent monks being able to wear/wield it without penalty
    S:whitelist <
        minecraft:pumpkin
        minecraft:skull
        conarm:helmet
        conarm:chestplate
        conarm:leggings
        conarm:boots
     >
}

Could this possibly be because of the massive amount of NBT data the Tinker's armor has?

TheTechBandit commented 5 years ago

It seems SOME abilities still work while the armor is equipped- but others, like the automatic block stepup- don't work. I'm assuming this is because the tinkers' armor has a similar step assist feature that overrides the monk step assist.