ZeldaSwordSkills
ZeldaSwordSkills copied to clipboard
A Zelda-related Minecraft mod
I rename npc villager vanilla to Zelda or Princess Zelda and nothing happens
For now...
Need to differentiate between `BlockLever$EnumFacing` and `BlockButton$EnumFacing` when setting the new state.
E.g. the master sword. Note that IUnenchantable already has a config option to allow them to be enchanted, but only if the enchantability is greater than 0. A simple solution...
I used the Gradle plugin Licenser (by minecrell) to update and validate all of the license headers in the java files. I would also recommend updating Gradle so that Licenser...
The Sun Song sets `flag2`, but only the first `flag` is checked in the condition for generating a pillar. Suggest changing to: ``` boolean flag = false; this.song = null;...
im using the newest version of that mod when I pick up a block using a Gauntlets its showing me a missing block but its still working the wipe texture...
`TimedAddItem` and `TimedChatDialogue` are both implemented somewhat naively. For one, nothing is done to make sure the threads interact in a safe manner. Another is that there is no response...
Related to commit d186374 - occurs only when blocking with the shield in the battle slot and having the "Allow item blocking" BG2 config option enabled.