WyvernMods Configurable Phase 1

This commit is contained in:
Sindusk
2019-04-29 07:40:33 -04:00
parent a5f9c0c48b
commit 9eb8d1a2b5
14 changed files with 2163 additions and 1183 deletions

View File

@@ -28,7 +28,8 @@ public class ArrowPackWar {
itemBuilder.itemTypes(new short[]{ // {108, 146, 44, 21, 147, 113} - War Arrow
ItemTypes.ITEM_TYPE_NAMED,
ItemTypes.ITEM_TYPE_REPAIRABLE,
ItemTypes.ITEM_TYPE_WOOD
ItemTypes.ITEM_TYPE_WOOD,
ItemTypes.ITEM_TYPE_WEAPON
});
itemBuilder.imageNumber((short) 760);
itemBuilder.behaviourType((short) 1);