Guest User

Untitled

a guest
Jun 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. #Balkon's WeaponMod 1.1 v8.4.0
  2. #Properties file.
  3. #Set the following values to "true" to use them in your game,
  4. #and "false" if you don't want them.
  5. #If you disable the knife, you disable the bayonet too.
  6.  
  7. cannon-block-damage=true
  8. dynamite-block-damage=true
  9. can-throw-knife=true
  10. can-throw-spear=true
  11.  
  12. spear=true
  13. halberd=true
  14. battleaxe=true
  15. warhammer=true
  16. knife=true
  17. javelin=true
  18. musket=true
  19. crossbow=true
  20. blowgun=true
  21. dynamite=true
  22. flail=true
  23. firerod=true
  24. cannon=true
  25. blunderbuss=true
  26. dummy=true
  27.  
  28. #Entity ID's
  29. #Leave 0 for free entity id's and less conflicts with other mods.
  30.  
  31. spear-entity=0
  32. knife-entity=0
  33. flail-entity=0
  34. dynamite-entity=0
  35. javelin-entity=0
  36. bullet-entity=0
  37. dart-entity=0
  38. bolt-entity=0
  39. cannon-entity=0
  40. cannonball-entity=0
  41. shot-entity=0
  42. dummy-entity=0
  43.  
  44. #Item ID's
  45. #Leave 0 for free item id's and less conflicts with other mods.
  46.  
  47. #Spear
  48. wood-spear-id=0
  49. stone-spear-id=0
  50. iron-spear-id=0
  51. diamond-spear-id=0
  52. gold-spear-id=0
  53.  
  54. #Halberd
  55. wood-halberd-id=0
  56. stone-halberd-id=0
  57. iron-halberd-id=0
  58. diamond-halberd-id=0
  59. gold-halberd-id=0
  60.  
  61. #Battleaxe
  62. wood-battleaxe-id=0
  63. stone-battleaxe-id=0
  64. iron-battleaxe-id=0
  65. diamond-battleaxe-id=0
  66. gold-battleaxe-id=0
  67.  
  68. #Warhammer
  69. wood-warhammer-id=0
  70. stone-warhammer-id=0
  71. iron-warhammer-id=0
  72. diamond-warhammer-id=0
  73. gold-warhammer-id=0
  74.  
  75. #Knife
  76. wood-knife-id=0
  77. stone-knife-id=0
  78. iron-knife-id=0
  79. diamond-knife-id=0
  80. gold-knife-id=0
  81.  
  82. #Flail
  83. wood-flail-id=0
  84. stone-flail-id=0
  85. iron-flail-id=0
  86. diamond-flail-id=0
  87. gold-flail-id=0
  88.  
  89. #Javelin
  90. javelin-id=0
  91.  
  92. #Musket
  93. musket-id=0
  94. musketbayonet-id=0
  95. musket-ironpart-id=0
  96. bullet-id=0
  97.  
  98. #Crossbow
  99. crossbow-id=0
  100. bolt-id=0
  101.  
  102. #Blowgun
  103. blowgun-id=0
  104. dart-id=0
  105.  
  106. #Dynamite
  107. dynamite-id=0
  108.  
  109. #Fire Rod
  110. firerod-id=0
  111.  
  112. #Cannon
  113. cannon-id=0
  114. cannonball-id=0
  115.  
  116. #Blunderbuss
  117. blunderbuss-id=0
  118. shot-id=0
  119. blunder-ironpart-id=0
  120.  
  121. #Training Dummy
  122. dummy-id=0
  123.  
  124. #Overall
  125. gun-stock-id=0
Add Comment
Please, Sign In to add comment