You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently crafted Silver oil in a modpack me and my friends are playing on, was curious to see if it counted as holy damage and so tested it on a zombie, and it didn't work. Searching through the code, I noticed that there IS lines of code that detects if the weapon is oiled or not, so i imagine its an intended part of the mod. I created a new modpack with only the vampirism, werewolf, vampirism integrations, and Consecration mode and tested to see if it works, and managed to re-create the bug.
I'm pretty new to coding, but if I had to guess what the problem is, It seems as though the code for consecration checks for "weapon_oil" but when i checked the NBT data of a weapon with silver oil on it, it said "applied_oil", which i believe might be where the problem is.
How do you trigger this bug?
Applied Silver oil to weapon.
Attack undead using said weapon.
No effect is given to undead.
Loader
Forge
Loader Version
Forge -47.2.0
API Version
N/A
Mod Version
consecration-forge-7.0.0+1.20.1
Relevant Log Outputs
No response
The text was updated successfully, but these errors were encountered:
Minecraft Version
1.20.1
What happened?
Recently crafted Silver oil in a modpack me and my friends are playing on, was curious to see if it counted as holy damage and so tested it on a zombie, and it didn't work. Searching through the code, I noticed that there IS lines of code that detects if the weapon is oiled or not, so i imagine its an intended part of the mod. I created a new modpack with only the vampirism, werewolf, vampirism integrations, and Consecration mode and tested to see if it works, and managed to re-create the bug.
I'm pretty new to coding, but if I had to guess what the problem is, It seems as though the code for consecration checks for "weapon_oil" but when i checked the NBT data of a weapon with silver oil on it, it said "applied_oil", which i believe might be where the problem is.
How do you trigger this bug?
Loader
Forge
Loader Version
Forge -47.2.0
API Version
N/A
Mod Version
consecration-forge-7.0.0+1.20.1
Relevant Log Outputs
No response
The text was updated successfully, but these errors were encountered: