sapdon 2.0.2 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. package/LICENSE +1 -1
  2. package/doc/BlockAPI.md +145 -0
  3. package/doc/api.md +1 -1
  4. package/doc/hello_sapdon/a9aad643f5609da73404d1f7f35fd5d0.png +0 -0
  5. package/doc/hello_sapdon/sapdon/344/275/277/347/224/250/346/225/231/347/250/213.md +159 -0
  6. package/examples/guidebook/build.config +33 -0
  7. package/examples/guidebook/dev/guidebook_BP/items/sapdon_test_guidebook.json +19 -0
  8. package/examples/{masterball/dev/masterball_BP/masterball_BP_1_20_20 → guidebook/dev/guidebook_BP}/manifest.json +63 -59
  9. package/examples/guidebook/dev/guidebook_BP/scripts/custom_components/cropComponent.js +50 -0
  10. package/examples/guidebook/dev/guidebook_BP/scripts/custom_components/items/gui_book.js +37 -0
  11. package/examples/guidebook/dev/guidebook_BP/scripts/custom_components/registry.js +20 -0
  12. package/examples/guidebook/dev/guidebook_BP/scripts/index.js +3 -0
  13. package/examples/guidebook/dev/guidebook_RP/blocks.json +3 -0
  14. package/examples/guidebook/dev/guidebook_RP/manifest.json +44 -0
  15. package/examples/guidebook/dev/guidebook_RP/models/blocks/crop.geo.json +48 -0
  16. package/examples/{masterball/dev/masterball_RP/masterball_RP_1_20_20.zip → guidebook/dev/guidebook_RP/pack_icon.png} +0 -0
  17. package/examples/guidebook/dev/guidebook_RP/textures/blocks/test_log_oak.png +0 -0
  18. package/examples/guidebook/dev/guidebook_RP/textures/blocks/test_log_top.png +0 -0
  19. package/examples/guidebook/dev/guidebook_RP/textures/flipbook_textures.json +1 -0
  20. package/examples/guidebook/dev/guidebook_RP/textures/item_texture.json +9 -0
  21. package/examples/guidebook/dev/guidebook_RP/textures/items/masterball.png +0 -0
  22. package/examples/guidebook/dev/guidebook_RP/textures/terrain_texture.json +14 -0
  23. package/examples/guidebook/dev/guidebook_RP/ui/_ui_defs.json +6 -0
  24. package/examples/guidebook/dev/guidebook_RP/ui/guidebook.json +581 -0
  25. package/examples/guidebook/dev/guidebook_RP/ui/server_form.json +91 -0
  26. package/examples/guidebook/main.mjs +66 -0
  27. package/examples/guidebook/mod.info +7 -0
  28. package/examples/{masterball/dev/masterball_BP/masterball_BP_1_20_20.zip → guidebook/pack_icon.png} +0 -0
  29. package/examples/guidebook/res/models/blocks/crop.geo.json +48 -0
  30. package/examples/guidebook/res/textures/blocks/test_log_oak.png +0 -0
  31. package/examples/guidebook/res/textures/blocks/test_log_top.png +0 -0
  32. package/examples/guidebook/res/textures/items/masterball.png +0 -0
  33. package/examples/guidebook/scripts/custom_components/cropComponent.js +50 -0
  34. package/examples/guidebook/scripts/custom_components/items/gui_book.js +37 -0
  35. package/examples/guidebook/scripts/custom_components/registry.js +20 -0
  36. package/examples/guidebook/scripts/index.js +3 -0
  37. package/examples/hello_sapdon/build.config +29 -0
  38. package/examples/hello_sapdon/main.mjs +3 -0
  39. package/examples/hello_sapdon/mod.info +7 -0
  40. package/examples/hello_sapdon/pack_icon.png +0 -0
  41. package/examples/hello_sapdon/res/models/blocks/crop.geo.json +48 -0
  42. package/examples/hello_sapdon/res/textures/blocks/test_log_oak.png +0 -0
  43. package/examples/hello_sapdon/res/textures/blocks/test_log_top.png +0 -0
  44. package/examples/hello_sapdon/res/textures/items/masterball.png +0 -0
  45. package/examples/hello_sapdon/scripts/custom_components/cropComponent.js +50 -0
  46. package/examples/hello_sapdon/scripts/custom_components/items/gui_book.js +37 -0
  47. package/examples/hello_sapdon/scripts/custom_components/registry.js +25 -0
  48. package/examples/hello_sapdon/scripts/index.js +0 -0
  49. package/examples/masterball/build.config +1 -0
  50. package/examples/masterball/dev/masterball_1_20_30.mcaddon +0 -0
  51. package/examples/masterball/dev/masterball_BP/entities/sapdon_projectile_masterball.json +56 -55
  52. package/examples/masterball/dev/masterball_BP/manifest.json +59 -59
  53. package/examples/masterball/dev/masterball_BP/pack_icon.png +0 -0
  54. package/examples/masterball/dev/masterball_BP/recipes/masterball.json +25 -0
  55. package/examples/masterball/dev/masterball_BP_1_20_30.mcpack +0 -0
  56. package/examples/masterball/dev/masterball_RP/attachables/sapdon_caught_masterball.json +19 -0
  57. package/examples/masterball/dev/masterball_RP/manifest.json +43 -43
  58. package/examples/masterball/dev/masterball_RP/pack_icon.png +0 -0
  59. package/examples/masterball/dev/masterball_RP/textures/flipbook_textures.json +1 -0
  60. package/examples/masterball/dev/masterball_RP/ui/_ui_defs.json +3 -0
  61. package/examples/masterball/dev/masterball_RP_1_20_30.mcpack +0 -0
  62. package/examples/masterball/main.mjs +18 -1
  63. package/examples/masterball/pack_icon.png +0 -0
  64. package/examples/mob_chest/build.config +29 -0
  65. package/examples/mob_chest/dev/mob_chest_BP/blocks/mob_chest_chest.json +56 -0
  66. package/examples/mob_chest/dev/mob_chest_BP/entities/mob_chest_chest_entity.json +79 -0
  67. package/examples/mob_chest/dev/mob_chest_BP/manifest.json +64 -0
  68. package/examples/mob_chest/dev/mob_chest_BP/pack_icon.png +0 -0
  69. package/examples/mob_chest/dev/mob_chest_BP/scripts/custom_components/block/block_with_entity.js +46 -0
  70. package/examples/mob_chest/dev/mob_chest_BP/scripts/custom_components/block/cropComponent.js +50 -0
  71. package/examples/mob_chest/dev/mob_chest_BP/scripts/custom_components/items/gui_book.js +37 -0
  72. package/examples/mob_chest/dev/mob_chest_BP/scripts/custom_components/registry.js +25 -0
  73. package/examples/mob_chest/dev/mob_chest_BP/scripts/index.js +4 -0
  74. package/examples/mob_chest/dev/mob_chest_RP/animation_controllers/mob_chest.animation_controllers.json +30 -0
  75. package/examples/mob_chest/dev/mob_chest_RP/animations/animation_item.animation.json +34 -0
  76. package/examples/mob_chest/dev/mob_chest_RP/animations/large_item.animation.json +27 -0
  77. package/examples/mob_chest/dev/mob_chest_RP/animations/mob_chest.animation.json +64 -0
  78. package/examples/mob_chest/dev/mob_chest_RP/blocks.json +13 -0
  79. package/examples/mob_chest/dev/mob_chest_RP/entity/mob_chest_chest_entity.json +32 -0
  80. package/examples/mob_chest/dev/mob_chest_RP/manifest.json +44 -0
  81. package/examples/mob_chest/dev/mob_chest_RP/models/blocks/crop.geo.json +48 -0
  82. package/examples/mob_chest/dev/mob_chest_RP/models/blocks/cube.geo.json +35 -0
  83. package/examples/mob_chest/dev/mob_chest_RP/models/blocks/empty.geo.json +35 -0
  84. package/examples/mob_chest/dev/mob_chest_RP/models/entity/mob_chest.geo.json +98 -0
  85. package/examples/mob_chest/dev/mob_chest_RP/pack_icon.png +0 -0
  86. package/examples/mob_chest/dev/mob_chest_RP/textures/blocks/entity/double_normal.png +0 -0
  87. package/examples/mob_chest/dev/mob_chest_RP/textures/blocks/entity/none.png +0 -0
  88. package/examples/mob_chest/dev/mob_chest_RP/textures/blocks/entity/normal.png +0 -0
  89. package/examples/mob_chest/dev/mob_chest_RP/textures/blocks/test_log_oak.png +0 -0
  90. package/examples/mob_chest/dev/mob_chest_RP/textures/blocks/test_log_top.png +0 -0
  91. package/examples/mob_chest/dev/mob_chest_RP/textures/flipbook_textures.json +1 -0
  92. package/examples/mob_chest/dev/mob_chest_RP/textures/item_texture.json +9 -0
  93. package/examples/mob_chest/dev/mob_chest_RP/textures/items/masterball.png +0 -0
  94. package/examples/mob_chest/dev/mob_chest_RP/textures/terrain_texture.json +23 -0
  95. package/examples/mob_chest/dev/mob_chest_RP/ui/_ui_defs.json +3 -0
  96. package/examples/mob_chest/main.mjs +31 -0
  97. package/examples/mob_chest/mod.info +7 -0
  98. package/examples/mob_chest/pack_icon.png +0 -0
  99. package/examples/mob_chest/res/animation_controllers/mob_chest.animation_controllers.json +30 -0
  100. package/examples/mob_chest/res/animations/animation_item.animation.json +34 -0
  101. package/examples/mob_chest/res/animations/large_item.animation.json +27 -0
  102. package/examples/mob_chest/res/animations/mob_chest.animation.json +64 -0
  103. package/examples/mob_chest/res/models/blocks/crop.geo.json +48 -0
  104. package/examples/mob_chest/res/models/blocks/cube.geo.json +35 -0
  105. package/examples/mob_chest/res/models/blocks/empty.geo.json +35 -0
  106. package/examples/mob_chest/res/models/entity/mob_chest.geo.json +98 -0
  107. package/examples/mob_chest/res/textures/blocks/entity/double_normal.png +0 -0
  108. package/examples/mob_chest/res/textures/blocks/entity/none.png +0 -0
  109. package/examples/mob_chest/res/textures/blocks/entity/normal.png +0 -0
  110. package/examples/mob_chest/res/textures/blocks/test_log_oak.png +0 -0
  111. package/examples/mob_chest/res/textures/blocks/test_log_top.png +0 -0
  112. package/examples/mob_chest/res/textures/items/masterball.png +0 -0
  113. package/examples/mob_chest/resource/cube.bbmodel +1 -0
  114. package/examples/mob_chest/resource/flipbook_item.bbmodel +1 -0
  115. package/examples/mob_chest/resource/flipbook_item.geo.bbmodel +1 -0
  116. package/examples/mob_chest/resource/flipbook_item.geo.json +3124 -0
  117. package/examples/mob_chest/resource/mob_chest.bbmodel +1 -0
  118. package/examples/mob_chest/scripts/custom_components/block/block_with_entity.js +46 -0
  119. package/examples/mob_chest/scripts/custom_components/block/cropComponent.js +50 -0
  120. package/examples/mob_chest/scripts/custom_components/items/gui_book.js +37 -0
  121. package/examples/mob_chest/scripts/custom_components/registry.js +25 -0
  122. package/examples/mob_chest/scripts/index.js +4 -0
  123. package/examples/test/build.config +29 -0
  124. package/examples/test/dev/test_BP/blocks/sapdon_ore_cinnabar.json +15 -15
  125. package/examples/test/dev/test_BP/blocks/sapdon_test_block.json +15 -15
  126. package/examples/test/dev/test_BP/blocks/sapdon_test_crop.json +191 -191
  127. package/examples/test/dev/test_BP/blocks/sapdon_wire.json +102 -102
  128. package/examples/test/dev/test_BP/entities/sapdon_test_projectile.json +56 -55
  129. package/examples/test/dev/test_BP/feature_rules/ore_cinnabar_orefeatre_rule.json +52 -52
  130. package/examples/test/dev/test_BP/feature_rules/overworld_underground_titanite_ore_feature.json +52 -52
  131. package/examples/test/dev/test_BP/features/ore_cinnabar_ore_feature.json +16 -16
  132. package/examples/test/dev/test_BP/features/titanite_ore_feature.json +22 -22
  133. package/examples/test/dev/test_BP/items/sapdon_chest.json +22 -22
  134. package/examples/test/dev/test_BP/items/sapdon_test_book.json +19 -0
  135. package/examples/test/dev/test_BP/items/sapdon_test_food.json +25 -25
  136. package/examples/test/dev/test_BP/items/sapdon_test_item.json +30 -30
  137. package/examples/test/dev/test_BP/manifest.json +63 -59
  138. package/examples/test/dev/test_BP/recipes/sapdon_test_furnace.json +12 -12
  139. package/examples/test/dev/test_BP/scripts/custom_components/cropComponent.js +1 -10
  140. package/examples/test/dev/test_BP/scripts/custom_components/items/gui_book.js +37 -0
  141. package/examples/test/dev/test_BP/scripts/custom_components/registry.js +20 -0
  142. package/examples/test/dev/test_BP/scripts/index.js +4 -3
  143. package/examples/test/dev/test_RP/attachables/sapdon_chest.json +24 -24
  144. package/examples/test/dev/test_RP/blocks.json +42 -42
  145. package/examples/test/dev/test_RP/entity/sapdon_test_projectile.json +27 -27
  146. package/examples/test/dev/test_RP/manifest.json +43 -43
  147. package/examples/test/dev/test_RP/models/blocks/arcane_workbench.geo.json +105 -105
  148. package/examples/test/dev/test_RP/models/blocks/jar_normal.geo.json +46 -46
  149. package/examples/test/dev/test_RP/models/blocks/jar_normal_0.geo.json +58 -58
  150. package/examples/test/dev/test_RP/models/blocks/jar_normal_1.geo.json +58 -58
  151. package/examples/test/dev/test_RP/models/blocks/jar_normal_2.geo.json +58 -58
  152. package/examples/test/dev/test_RP/models/blocks/jar_normal_3.geo.json +58 -58
  153. package/examples/test/dev/test_RP/models/blocks/wire.geo.json +153 -153
  154. package/examples/test/dev/test_RP/textures/item_texture.json +788 -788
  155. package/examples/test/dev/test_RP/textures/items/seals/seal_breaker.png.mcmeta +5 -5
  156. package/examples/test/dev/test_RP/textures/items/seals/seal_butcher.png.mcmeta +5 -5
  157. package/examples/test/dev/test_RP/textures/items/seals/seal_empty.png.mcmeta +5 -5
  158. package/examples/test/dev/test_RP/textures/items/seals/seal_empty_advanced.png.mcmeta +5 -5
  159. package/examples/test/dev/test_RP/textures/items/seals/seal_fill.png.mcmeta +5 -5
  160. package/examples/test/dev/test_RP/textures/items/seals/seal_fill_advanced.png.mcmeta +5 -5
  161. package/examples/test/dev/test_RP/textures/items/seals/seal_guard.png.mcmeta +5 -5
  162. package/examples/test/dev/test_RP/textures/items/seals/seal_guard_advanced.png.mcmeta +5 -5
  163. package/examples/test/dev/test_RP/textures/items/seals/seal_harvest.png.mcmeta +5 -5
  164. package/examples/test/dev/test_RP/textures/items/seals/seal_lumber.png.mcmeta +5 -5
  165. package/examples/test/dev/test_RP/textures/items/seals/seal_pickup.png.mcmeta +5 -5
  166. package/examples/test/dev/test_RP/textures/items/seals/seal_pickup_advanced.png.mcmeta +5 -5
  167. package/examples/test/dev/test_RP/textures/items/seals/seal_provider.png.mcmeta +5 -5
  168. package/examples/test/dev/test_RP/textures/items/seals/seal_use.png.mcmeta +5 -5
  169. package/examples/test/dev/test_RP/textures/items/wand/cap_thaumium.png.mcmeta +11 -11
  170. package/examples/test/dev/test_RP/textures/items/wand/cap_void.png.mcmeta +11 -11
  171. package/examples/test/dev/test_RP/textures/items/wand/focus_pech.png.mcmeta +2 -2
  172. package/examples/test/dev/test_RP/textures/items/wand/focus_portablehole.png.mcmeta +2 -2
  173. package/examples/test/dev/test_RP/textures/items/wand/focus_primal.png.mcmeta +2 -2
  174. package/examples/test/dev/test_RP/textures/items/wand/focus_shard.png.mcmeta +2 -2
  175. package/examples/test/dev/test_RP/textures/items/wand/focus_warding.png.mcmeta +2 -2
  176. package/examples/test/dev/test_RP/textures/items/wand/rod_primal_mat.png.mcmeta +44 -44
  177. package/examples/test/dev/test_RP/textures/terrain_texture.json +136 -136
  178. package/examples/test/dev/test_RP/ui/_ui_defs.json +6 -0
  179. package/examples/test/dev/test_RP/ui/guidebook.json +446 -0
  180. package/examples/test/dev/test_RP/ui/server_form.json +91 -0
  181. package/examples/test/main.mjs +46 -1
  182. package/examples/test/res/models/blocks/arcane_workbench.geo.json +105 -105
  183. package/examples/test/res/models/blocks/jar_normal.geo.json +46 -46
  184. package/examples/test/res/models/blocks/jar_normal_0.geo.json +58 -58
  185. package/examples/test/res/models/blocks/jar_normal_1.geo.json +58 -58
  186. package/examples/test/res/models/blocks/jar_normal_2.geo.json +58 -58
  187. package/examples/test/res/models/blocks/jar_normal_3.geo.json +58 -58
  188. package/examples/test/res/models/blocks/wire.geo.json +153 -153
  189. package/examples/test/res/textures/items/seals/seal_breaker.png.mcmeta +5 -5
  190. package/examples/test/res/textures/items/seals/seal_butcher.png.mcmeta +5 -5
  191. package/examples/test/res/textures/items/seals/seal_empty.png.mcmeta +5 -5
  192. package/examples/test/res/textures/items/seals/seal_empty_advanced.png.mcmeta +5 -5
  193. package/examples/test/res/textures/items/seals/seal_fill.png.mcmeta +5 -5
  194. package/examples/test/res/textures/items/seals/seal_fill_advanced.png.mcmeta +5 -5
  195. package/examples/test/res/textures/items/seals/seal_guard.png.mcmeta +5 -5
  196. package/examples/test/res/textures/items/seals/seal_guard_advanced.png.mcmeta +5 -5
  197. package/examples/test/res/textures/items/seals/seal_harvest.png.mcmeta +5 -5
  198. package/examples/test/res/textures/items/seals/seal_lumber.png.mcmeta +5 -5
  199. package/examples/test/res/textures/items/seals/seal_pickup.png.mcmeta +5 -5
  200. package/examples/test/res/textures/items/seals/seal_pickup_advanced.png.mcmeta +5 -5
  201. package/examples/test/res/textures/items/seals/seal_provider.png.mcmeta +5 -5
  202. package/examples/test/res/textures/items/seals/seal_use.png.mcmeta +5 -5
  203. package/examples/test/res/textures/items/wand/cap_thaumium.png.mcmeta +11 -11
  204. package/examples/test/res/textures/items/wand/cap_void.png.mcmeta +11 -11
  205. package/examples/test/res/textures/items/wand/focus_pech.png.mcmeta +2 -2
  206. package/examples/test/res/textures/items/wand/focus_portablehole.png.mcmeta +2 -2
  207. package/examples/test/res/textures/items/wand/focus_primal.png.mcmeta +2 -2
  208. package/examples/test/res/textures/items/wand/focus_shard.png.mcmeta +2 -2
  209. package/examples/test/res/textures/items/wand/focus_warding.png.mcmeta +2 -2
  210. package/examples/test/res/textures/items/wand/rod_primal_mat.png.mcmeta +44 -44
  211. package/examples/test/scripts/custom_components/cropComponent.js +1 -10
  212. package/examples/test/scripts/custom_components/items/gui_book.js +37 -0
  213. package/examples/test/scripts/custom_components/registry.js +20 -0
  214. package/examples/test/scripts/index.js +4 -3
  215. package/log.md +8 -0
  216. package/package.json +4 -1
  217. package/src/cli/build.js +210 -210
  218. package/src/cli/load.js +116 -112
  219. package/src/cli/tools/textureSet.js +114 -114
  220. package/src/cli/utils.js +82 -82
  221. package/src/core/addon/controllers/animation_controller.js +80 -0
  222. package/src/core/addon/entity/entity.js +52 -51
  223. package/src/core/block/GeometryBlock.js +8 -0
  224. package/src/core/block/OreBlock.js +1 -0
  225. package/src/core/block/TileBlock.js +117 -0
  226. package/src/core/block/block.js +106 -106
  227. package/src/core/block/blockComponent.js +557 -557
  228. package/src/core/block/cropBlock.js +1 -1
  229. package/src/core/entity/BasicEntity.js +195 -166
  230. package/src/core/entity/bundles/BasicBundle.js +51 -0
  231. package/src/core/factory/BlockFactory.js +166 -158
  232. package/src/core/factory/EntityFactory.js +82 -82
  233. package/src/core/factory/ItemFactory.js +120 -95
  234. package/src/core/factory/RecipeFactory.js +46 -46
  235. package/src/core/index.js +2 -1
  236. package/src/core/item/Item.js +96 -96
  237. package/src/core/item/ItemComponents.js +251 -235
  238. package/src/core/item/armor.js +117 -89
  239. package/src/core/item/attachable.js +33 -33
  240. package/src/core/item/food.js +61 -61
  241. package/src/core/registry.js +16 -16
  242. package/src/core/ui/Properties/{Grid.js → GridProp.js} +2 -2
  243. package/src/core/ui/Properties/Sound.js +72 -0
  244. package/src/core/ui/elements/Button.js +111 -0
  245. package/src/core/ui/elements/CollectionPanel.js +61 -0
  246. package/src/core/ui/elements/Grid.js +24 -0
  247. package/src/core/ui/elements/Image.js +4 -0
  248. package/src/core/ui/elements/Label.js +10 -2
  249. package/src/core/ui/elements/Panel.js +7 -0
  250. package/src/core/ui/elements/ScrollingPanel.js +68 -0
  251. package/src/core/ui/elements/StackPanel.js +40 -0
  252. package/src/core/ui/elements/UIElement.js +43 -2
  253. package/src/core/ui/registry/UISystemRegistry.js +35 -0
  254. package/src/core/ui/systems/UISystem.js +9 -5
  255. package/src/core/ui/systems/guidebook.js +299 -0
  256. package/src/core/ui/systems/server_form.js +94 -83
  257. package/src/templates/test_sapdon/build.config +28 -28
  258. package/src/templates/test_sapdon/res/animations/animation_item.animation.json +34 -0
  259. package/src/templates/test_sapdon/res/animations/large_item.animation.json +27 -0
  260. package/src/templates/test_sapdon/res/models/entity/animation/animation_item.geo.json +26 -0
  261. package/src/templates/test_sapdon/res/models/entity/animation/large_item.geo.json +28 -0
  262. package/src/templates/test_sapdon/res/textures/blocks/none.png +0 -0
  263. package/src/templates/test_sapdon/scripts/custom_components/cropComponent.js +50 -0
  264. package/src/templates/test_sapdon/scripts/custom_components/items/gui_book.js +37 -0
  265. package/src/templates/test_sapdon/scripts/custom_components/registry.js +25 -0
  266. package/examples/masterball/dev/masterball[1.20.20+].mcaddon.zip +0 -0
  267. package/examples/masterball/dev/masterball_BP/masterball_BP_1_20_20/entities/sapdon_projectile_masterball.json +0 -56
  268. package/examples/masterball/dev/masterball_BP/masterball_BP_1_20_20/items/sapdon_caught_masterball.json +0 -32
  269. package/examples/masterball/dev/masterball_BP/masterball_BP_1_20_20/items/sapdon_uncaught_masterball.json +0 -31
  270. package/examples/masterball/dev/masterball_BP/masterball_BP_1_20_20/scripts/index.js +0 -159
  271. package/examples/test/dev/test_BP/biomes/test_biome.json +0 -48
  272. package/examples/test/dev/test_BP/blocks/sapdon_block.json +0 -111
  273. package/examples/test/dev/test_BP/entities/sapdon_body.json +0 -118
  274. package/examples/test/dev/test_BP/entities/sapdon_test_entity_ctrl1.json +0 -55
  275. package/examples/test/dev/test_BP/entities/sapdon_test_entity_ctrl2.json +0 -61
  276. package/examples/test/dev/test_BP/entities/sapdon_test_entity_header.json +0 -408
  277. package/examples/test/dev/test_RP/entity/sapdon_body.json +0 -44
  278. package/examples/test/dev/test_RP/entity/sapdon_test_entity_ctrl1.json +0 -38
  279. package/examples/test/dev/test_RP/entity/sapdon_test_entity_ctrl2.json +0 -38
  280. package/examples/test/dev/test_RP/entity/sapdon_test_entity_header.json +0 -44
  281. package/src/cli/build.config +0 -4
  282. package/src/core/ui/registry/ServerUISystem.js +0 -19
  283. /package/examples/{masterball/dev/masterball_BP/masterball_BP_1_20_20 → guidebook/dev/guidebook_BP}/pack_icon.png +0 -0
@@ -1,789 +1,789 @@
1
- {
2
- "resource_pack_name": "test",
3
- "texture_name": "atlas.items",
4
- "texture_data": {
5
- "alumentum": {
6
- "textures": "textures/items/alumentum"
7
- },
8
- "amber": {
9
- "textures": "textures/items/amber"
10
- },
11
- "amulet_fancy": {
12
- "textures": "textures/items/amulet_fancy"
13
- },
14
- "amulet_mundane": {
15
- "textures": "textures/items/amulet_mundane"
16
- },
17
- "amulet_runic": {
18
- "textures": "textures/items/amulet_runic"
19
- },
20
- "amulet_runic_emergency": {
21
- "textures": "textures/items/amulet_runic_emergency"
22
- },
23
- "amulet_vis": {
24
- "textures": "textures/items/amulet_vis"
25
- },
26
- "amulet_vis_stone": {
27
- "textures": "textures/items/amulet_vis_stone"
28
- },
29
- "banner": {
30
- "textures": "textures/items/banner"
31
- },
32
- "banner_cultist": {
33
- "textures": "textures/items/banner_cultist"
34
- },
35
- "banner_stand": {
36
- "textures": "textures/items/banner_stand"
37
- },
38
- "banner_symbol": {
39
- "textures": "textures/items/banner_symbol"
40
- },
41
- "bath_salts": {
42
- "textures": "textures/items/bath_salts"
43
- },
44
- "bone_bow": {
45
- "textures": "textures/items/bone_bow"
46
- },
47
- "bone_bow_0": {
48
- "textures": "textures/items/bone_bow_0"
49
- },
50
- "bone_bow_1": {
51
- "textures": "textures/items/bone_bow_1"
52
- },
53
- "bone_bow_2": {
54
- "textures": "textures/items/bone_bow_2"
55
- },
56
- "bottle_taint": {
57
- "textures": "textures/items/bottle_taint"
58
- },
59
- "brain": {
60
- "textures": "textures/items/brain"
61
- },
62
- "brass_gear": {
63
- "textures": "textures/items/brass_gear"
64
- },
65
- "brass_plate": {
66
- "textures": "textures/items/brass_plate"
67
- },
68
- "bucket_death": {
69
- "textures": "textures/items/bucket_death"
70
- },
71
- "bucket_pure": {
72
- "textures": "textures/items/bucket_pure"
73
- },
74
- "chunk_beef": {
75
- "textures": "textures/items/chunk_beef"
76
- },
77
- "chunk_chicken": {
78
- "textures": "textures/items/chunk_chicken"
79
- },
80
- "chunk_fish": {
81
- "textures": "textures/items/chunk_fish"
82
- },
83
- "chunk_mutton": {
84
- "textures": "textures/items/chunk_mutton"
85
- },
86
- "chunk_pork": {
87
- "textures": "textures/items/chunk_pork"
88
- },
89
- "chunk_rabbit": {
90
- "textures": "textures/items/chunk_rabbit"
91
- },
92
- "cloth_boots": {
93
- "textures": "textures/items/cloth_boots"
94
- },
95
- "cloth_boots_over": {
96
- "textures": "textures/items/cloth_boots_over"
97
- },
98
- "cloth_chest": {
99
- "textures": "textures/items/cloth_chest"
100
- },
101
- "cloth_chest_over": {
102
- "textures": "textures/items/cloth_chest_over"
103
- },
104
- "cloth_legs": {
105
- "textures": "textures/items/cloth_legs"
106
- },
107
- "cloth_legs_over": {
108
- "textures": "textures/items/cloth_legs_over"
109
- },
110
- "cluster_cinnabar": {
111
- "textures": "textures/items/cluster_cinnabar"
112
- },
113
- "cluster_copper": {
114
- "textures": "textures/items/cluster_copper"
115
- },
116
- "cluster_gold": {
117
- "textures": "textures/items/cluster_gold"
118
- },
119
- "cluster_iron": {
120
- "textures": "textures/items/cluster_iron"
121
- },
122
- "cluster_lead": {
123
- "textures": "textures/items/cluster_lead"
124
- },
125
- "cluster_silver": {
126
- "textures": "textures/items/cluster_silver"
127
- },
128
- "cluster_tin": {
129
- "textures": "textures/items/cluster_tin"
130
- },
131
- "coin": {
132
- "textures": "textures/items/coin"
133
- },
134
- "creative_caster": {
135
- "textures": "textures/items/creative_caster"
136
- },
137
- "creative_node": {
138
- "textures": "textures/items/creative_node"
139
- },
140
- "creative_obelisk": {
141
- "textures": "textures/items/creative_obelisk"
142
- },
143
- "crimson_blade": {
144
- "textures": "textures/items/crimson_blade"
145
- },
146
- "crimson_boots": {
147
- "textures": "textures/items/crimson_boots"
148
- },
149
- "crimson_plate_chest": {
150
- "textures": "textures/items/crimson_plate_chest"
151
- },
152
- "crimson_plate_helm": {
153
- "textures": "textures/items/crimson_plate_helm"
154
- },
155
- "crimson_plate_legs": {
156
- "textures": "textures/items/crimson_plate_legs"
157
- },
158
- "crimson_praetor_chest": {
159
- "textures": "textures/items/crimson_praetor_chest"
160
- },
161
- "crimson_praetor_helm": {
162
- "textures": "textures/items/crimson_praetor_helm"
163
- },
164
- "crimson_praetor_legs": {
165
- "textures": "textures/items/crimson_praetor_legs"
166
- },
167
- "crimson_rites": {
168
- "textures": "textures/items/crimson_rites"
169
- },
170
- "crimson_robe_chest": {
171
- "textures": "textures/items/crimson_robe_chest"
172
- },
173
- "crimson_robe_helm": {
174
- "textures": "textures/items/crimson_robe_helm"
175
- },
176
- "crimson_robe_legs": {
177
- "textures": "textures/items/crimson_robe_legs"
178
- },
179
- "crystal_essence": {
180
- "textures": "textures/items/crystal_essence"
181
- },
182
- "crystal_planter": {
183
- "textures": "textures/items/crystal_planter"
184
- },
185
- "custom_chestplate": {
186
- "textures": "textures/items/custom_chestplate"
187
- },
188
- "discovery": {
189
- "textures": "textures/items/discovery"
190
- },
191
- "discovery_overlay": {
192
- "textures": "textures/items/discovery_overlay"
193
- },
194
- "eldritch_eye": {
195
- "textures": "textures/items/eldritch_eye"
196
- },
197
- "elemental_axe": {
198
- "textures": "textures/items/elemental_axe"
199
- },
200
- "elemental_hoe": {
201
- "textures": "textures/items/elemental_hoe"
202
- },
203
- "elemental_pick": {
204
- "textures": "textures/items/elemental_pick"
205
- },
206
- "elemental_shovel": {
207
- "textures": "textures/items/elemental_shovel"
208
- },
209
- "elemental_sword": {
210
- "textures": "textures/items/elemental_sword"
211
- },
212
- "fabric": {
213
- "textures": "textures/items/fabric"
214
- },
215
- "filter": {
216
- "textures": "textures/items/filter"
217
- },
218
- "flux_sponge": {
219
- "textures": "textures/items/flux_sponge"
220
- },
221
- "focus_pouch": {
222
- "textures": "textures/items/focus_pouch"
223
- },
224
- "fortress_chest": {
225
- "textures": "textures/items/fortress_chest"
226
- },
227
- "fortress_helm": {
228
- "textures": "textures/items/fortress_helm"
229
- },
230
- "fortress_legs": {
231
- "textures": "textures/items/fortress_legs"
232
- },
233
- "girdle_fancy": {
234
- "textures": "textures/items/girdle_fancy"
235
- },
236
- "girdle_hover": {
237
- "textures": "textures/items/girdle_hover"
238
- },
239
- "girdle_mundane": {
240
- "textures": "textures/items/girdle_mundane"
241
- },
242
- "girdle_runic": {
243
- "textures": "textures/items/girdle_runic"
244
- },
245
- "girdle_runic_kinetic": {
246
- "textures": "textures/items/girdle_runic_kinetic"
247
- },
248
- "goggles_revealing": {
249
- "textures": "textures/items/goggles_revealing"
250
- },
251
- "golem": {
252
- "textures": "textures/items/golem"
253
- },
254
- "golem_bell": {
255
- "textures": "textures/items/golem_bell"
256
- },
257
- "hand_mirror": {
258
- "textures": "textures/items/hand_mirror"
259
- },
260
- "ingot_brass": {
261
- "textures": "textures/items/ingot_brass"
262
- },
263
- "ingot_thaumium": {
264
- "textures": "textures/items/ingot_thaumium"
265
- },
266
- "ingot_void": {
267
- "textures": "textures/items/ingot_void"
268
- },
269
- "iron_plate": {
270
- "textures": "textures/items/iron_plate"
271
- },
272
- "jar_brace": {
273
- "textures": "textures/items/jar_brace"
274
- },
275
- "knowledge_fragment": {
276
- "textures": "textures/items/knowledge_fragment"
277
- },
278
- "label": {
279
- "textures": "textures/items/label"
280
- },
281
- "label_overlay": {
282
- "textures": "textures/items/label_overlay"
283
- },
284
- "loot_bag_common": {
285
- "textures": "textures/items/loot_bag_common"
286
- },
287
- "loot_bag_rare": {
288
- "textures": "textures/items/loot_bag_rare"
289
- },
290
- "loot_bag_uncommon": {
291
- "textures": "textures/items/loot_bag_uncommon"
292
- },
293
- "masterball": {
294
- "textures": "textures/items/masterball"
295
- },
296
- "mind_biothaumic": {
297
- "textures": "textures/items/mind_biothaumic"
298
- },
299
- "mind_clockwork": {
300
- "textures": "textures/items/mind_clockwork"
301
- },
302
- "mirrored_glass": {
303
- "textures": "textures/items/mirrored_glass"
304
- },
305
- "module_aggression": {
306
- "textures": "textures/items/module_aggression"
307
- },
308
- "module_vision": {
309
- "textures": "textures/items/module_vision"
310
- },
311
- "morphic_resonator": {
312
- "textures": "textures/items/morphic_resonator"
313
- },
314
- "nugget_brass": {
315
- "textures": "textures/items/nugget_brass"
316
- },
317
- "nugget_copper": {
318
- "textures": "textures/items/nugget_copper"
319
- },
320
- "nugget_iron": {
321
- "textures": "textures/items/nugget_iron"
322
- },
323
- "nugget_lead": {
324
- "textures": "textures/items/nugget_lead"
325
- },
326
- "nugget_quicksilver": {
327
- "textures": "textures/items/nugget_quicksilver"
328
- },
329
- "nugget_silver": {
330
- "textures": "textures/items/nugget_silver"
331
- },
332
- "nugget_thaumium": {
333
- "textures": "textures/items/nugget_thaumium"
334
- },
335
- "nugget_tin": {
336
- "textures": "textures/items/nugget_tin"
337
- },
338
- "nugget_void": {
339
- "textures": "textures/items/nugget_void"
340
- },
341
- "phial": {
342
- "textures": "textures/items/phial"
343
- },
344
- "phial_overlay": {
345
- "textures": "textures/items/phial_overlay"
346
- },
347
- "primal_arrow_air": {
348
- "textures": "textures/items/primal_arrow_air"
349
- },
350
- "primal_arrow_earth": {
351
- "textures": "textures/items/primal_arrow_earth"
352
- },
353
- "primal_arrow_entropy": {
354
- "textures": "textures/items/primal_arrow_entropy"
355
- },
356
- "primal_arrow_fire": {
357
- "textures": "textures/items/primal_arrow_fire"
358
- },
359
- "primal_arrow_order": {
360
- "textures": "textures/items/primal_arrow_order"
361
- },
362
- "primal_arrow_water": {
363
- "textures": "textures/items/primal_arrow_water"
364
- },
365
- "primal_charm": {
366
- "textures": "textures/items/primal_charm"
367
- },
368
- "primal_crusher": {
369
- "textures": "textures/items/primal_crusher"
370
- },
371
- "primordial_pearl": {
372
- "textures": "textures/items/primordial_pearl"
373
- },
374
- "quicksilver": {
375
- "textures": "textures/items/quicksilver"
376
- },
377
- "researchnotes": {
378
- "textures": "textures/items/researchnotes"
379
- },
380
- "researchnotes_overlay": {
381
- "textures": "textures/items/researchnotes_overlay"
382
- },
383
- "resonator": {
384
- "textures": "textures/items/resonator"
385
- },
386
- "ring_apprentice": {
387
- "textures": "textures/items/ring_apprentice"
388
- },
389
- "ring_fancy": {
390
- "textures": "textures/items/ring_fancy"
391
- },
392
- "ring_mundane": {
393
- "textures": "textures/items/ring_mundane"
394
- },
395
- "ring_protection": {
396
- "textures": "textures/items/ring_protection"
397
- },
398
- "ring_runic": {
399
- "textures": "textures/items/ring_runic"
400
- },
401
- "ring_runic_charge": {
402
- "textures": "textures/items/ring_runic_charge"
403
- },
404
- "ring_runic_regen": {
405
- "textures": "textures/items/ring_runic_regen"
406
- },
407
- "ring_verdant": {
408
- "textures": "textures/items/ring_verdant"
409
- },
410
- "runed_tablet": {
411
- "textures": "textures/items/runed_tablet"
412
- },
413
- "salis_mundus": {
414
- "textures": "textures/items/salis_mundus"
415
- },
416
- "sanity_checker": {
417
- "textures": "textures/items/sanity_checker"
418
- },
419
- "sanity_soap": {
420
- "textures": "textures/items/sanity_soap"
421
- },
422
- "scribing_tools": {
423
- "textures": "textures/items/scribing_tools"
424
- },
425
- "seal_blank": {
426
- "textures": "textures/items/seals/seal_blank"
427
- },
428
- "seal_breaker": {
429
- "textures": "textures/items/seals/seal_breaker"
430
- },
431
- "seal_butcher": {
432
- "textures": "textures/items/seals/seal_butcher"
433
- },
434
- "seal_empty": {
435
- "textures": "textures/items/seals/seal_empty"
436
- },
437
- "seal_empty_advanced": {
438
- "textures": "textures/items/seals/seal_empty_advanced"
439
- },
440
- "seal_fill": {
441
- "textures": "textures/items/seals/seal_fill"
442
- },
443
- "seal_fill_advanced": {
444
- "textures": "textures/items/seals/seal_fill_advanced"
445
- },
446
- "seal_guard": {
447
- "textures": "textures/items/seals/seal_guard"
448
- },
449
- "seal_guard_advanced": {
450
- "textures": "textures/items/seals/seal_guard_advanced"
451
- },
452
- "seal_harvest": {
453
- "textures": "textures/items/seals/seal_harvest"
454
- },
455
- "seal_lumber": {
456
- "textures": "textures/items/seals/seal_lumber"
457
- },
458
- "seal_pickup": {
459
- "textures": "textures/items/seals/seal_pickup"
460
- },
461
- "seal_pickup_advanced": {
462
- "textures": "textures/items/seals/seal_pickup_advanced"
463
- },
464
- "seal_provider": {
465
- "textures": "textures/items/seals/seal_provider"
466
- },
467
- "seal_use": {
468
- "textures": "textures/items/seals/seal_use"
469
- },
470
- "shard": {
471
- "textures": "textures/items/shard"
472
- },
473
- "shard_balanced": {
474
- "textures": "textures/items/shard_balanced"
475
- },
476
- "sinister_stone": {
477
- "textures": "textures/items/sinister_stone"
478
- },
479
- "sinister_stone_active": {
480
- "textures": "textures/items/sinister_stone_active"
481
- },
482
- "taint_slime": {
483
- "textures": "textures/items/taint_slime"
484
- },
485
- "taint_tendril": {
486
- "textures": "textures/items/taint_tendril"
487
- },
488
- "tallow": {
489
- "textures": "textures/items/tallow"
490
- },
491
- "thaumium_axe": {
492
- "textures": "textures/items/thaumium_axe"
493
- },
494
- "thaumium_boots": {
495
- "textures": "textures/items/thaumium_boots"
496
- },
497
- "thaumium_chest": {
498
- "textures": "textures/items/thaumium_chest"
499
- },
500
- "thaumium_gear": {
501
- "textures": "textures/items/thaumium_gear"
502
- },
503
- "thaumium_helm": {
504
- "textures": "textures/items/thaumium_helm"
505
- },
506
- "thaumium_hoe": {
507
- "textures": "textures/items/thaumium_hoe"
508
- },
509
- "thaumium_legs": {
510
- "textures": "textures/items/thaumium_legs"
511
- },
512
- "thaumium_pick": {
513
- "textures": "textures/items/thaumium_pick"
514
- },
515
- "thaumium_plate": {
516
- "textures": "textures/items/thaumium_plate"
517
- },
518
- "thaumium_shovel": {
519
- "textures": "textures/items/thaumium_shovel"
520
- },
521
- "thaumium_sword": {
522
- "textures": "textures/items/thaumium_sword"
523
- },
524
- "thaumometer": {
525
- "textures": "textures/items/thaumometer"
526
- },
527
- "thaumonomicon": {
528
- "textures": "textures/items/thaumonomicon"
529
- },
530
- "thaumonomicon_cheat": {
531
- "textures": "textures/items/thaumonomicon_cheat"
532
- },
533
- "thaumostatic_harness": {
534
- "textures": "textures/items/thaumostatic_harness"
535
- },
536
- "traveller_boots": {
537
- "textures": "textures/items/traveller_boots"
538
- },
539
- "tripletreat": {
540
- "textures": "textures/items/tripletreat"
541
- },
542
- "tube_buffer": {
543
- "textures": "textures/items/tube_buffer"
544
- },
545
- "tube_filter": {
546
- "textures": "textures/items/tube_filter"
547
- },
548
- "tube_normal": {
549
- "textures": "textures/items/tube_normal"
550
- },
551
- "tube_oneway": {
552
- "textures": "textures/items/tube_oneway"
553
- },
554
- "tube_restrict": {
555
- "textures": "textures/items/tube_restrict"
556
- },
557
- "tube_valve": {
558
- "textures": "textures/items/tube_valve"
559
- },
560
- "turret_advanced": {
561
- "textures": "textures/items/turret_advanced"
562
- },
563
- "turret_basic": {
564
- "textures": "textures/items/turret_basic"
565
- },
566
- "turret_focus": {
567
- "textures": "textures/items/turret_focus"
568
- },
569
- "turret_magnet": {
570
- "textures": "textures/items/turret_magnet"
571
- },
572
- "void_axe": {
573
- "textures": "textures/items/void_axe"
574
- },
575
- "void_boots": {
576
- "textures": "textures/items/void_boots"
577
- },
578
- "void_chest": {
579
- "textures": "textures/items/void_chest"
580
- },
581
- "void_gear": {
582
- "textures": "textures/items/void_gear"
583
- },
584
- "void_helm": {
585
- "textures": "textures/items/void_helm"
586
- },
587
- "void_hoe": {
588
- "textures": "textures/items/void_hoe"
589
- },
590
- "void_legs": {
591
- "textures": "textures/items/void_legs"
592
- },
593
- "void_pick": {
594
- "textures": "textures/items/void_pick"
595
- },
596
- "void_plate": {
597
- "textures": "textures/items/void_plate"
598
- },
599
- "void_robe_chest": {
600
- "textures": "textures/items/void_robe_chest"
601
- },
602
- "void_robe_chest_over": {
603
- "textures": "textures/items/void_robe_chest_over"
604
- },
605
- "void_robe_helm": {
606
- "textures": "textures/items/void_robe_helm"
607
- },
608
- "void_robe_legs": {
609
- "textures": "textures/items/void_robe_legs"
610
- },
611
- "void_robe_legs_over": {
612
- "textures": "textures/items/void_robe_legs_over"
613
- },
614
- "void_seed": {
615
- "textures": "textures/items/void_seed"
616
- },
617
- "void_shovel": {
618
- "textures": "textures/items/void_shovel"
619
- },
620
- "void_sword": {
621
- "textures": "textures/items/void_sword"
622
- },
623
- "cap_brass": {
624
- "textures": "textures/items/wand/cap_brass"
625
- },
626
- "cap_brass_mat": {
627
- "textures": "textures/items/wand/cap_brass_mat"
628
- },
629
- "cap_gold": {
630
- "textures": "textures/items/wand/cap_gold"
631
- },
632
- "cap_gold_mat": {
633
- "textures": "textures/items/wand/cap_gold_mat"
634
- },
635
- "cap_iron": {
636
- "textures": "textures/items/wand/cap_iron"
637
- },
638
- "cap_iron_mat": {
639
- "textures": "textures/items/wand/cap_iron_mat"
640
- },
641
- "cap_thaumium": {
642
- "textures": "textures/items/wand/cap_thaumium"
643
- },
644
- "cap_thaumium_inert": {
645
- "textures": "textures/items/wand/cap_thaumium_inert"
646
- },
647
- "cap_thaumium_mat": {
648
- "textures": "textures/items/wand/cap_thaumium_mat"
649
- },
650
- "cap_void": {
651
- "textures": "textures/items/wand/cap_void"
652
- },
653
- "cap_void_inert": {
654
- "textures": "textures/items/wand/cap_void_inert"
655
- },
656
- "cap_void_mat": {
657
- "textures": "textures/items/wand/cap_void_mat"
658
- },
659
- "focus": {
660
- "textures": "textures/items/wand/focus"
661
- },
662
- "focus_builder": {
663
- "textures": "textures/items/wand/focus_builder"
664
- },
665
- "focus_excavation": {
666
- "textures": "textures/items/wand/focus_excavation"
667
- },
668
- "focus_fire": {
669
- "textures": "textures/items/wand/focus_fire"
670
- },
671
- "focus_frost": {
672
- "textures": "textures/items/wand/focus_frost"
673
- },
674
- "focus_grapple": {
675
- "textures": "textures/items/wand/focus_grapple"
676
- },
677
- "focus_hellbat": {
678
- "textures": "textures/items/wand/focus_hellbat"
679
- },
680
- "focus_hellbat_orn": {
681
- "textures": "textures/items/wand/focus_hellbat_orn"
682
- },
683
- "focus_pech": {
684
- "textures": "textures/items/wand/focus_pech"
685
- },
686
- "focus_portablehole": {
687
- "textures": "textures/items/wand/focus_portablehole"
688
- },
689
- "focus_primal": {
690
- "textures": "textures/items/wand/focus_primal"
691
- },
692
- "focus_shard": {
693
- "textures": "textures/items/wand/focus_shard"
694
- },
695
- "focus_shock": {
696
- "textures": "textures/items/wand/focus_shock"
697
- },
698
- "focus_trade": {
699
- "textures": "textures/items/wand/focus_trade"
700
- },
701
- "focus_warding": {
702
- "textures": "textures/items/wand/focus_warding"
703
- },
704
- "rod_blaze": {
705
- "textures": "textures/items/wand/rod_blaze"
706
- },
707
- "rod_blaze_mat": {
708
- "textures": "textures/items/wand/rod_blaze_mat"
709
- },
710
- "rod_bone": {
711
- "textures": "textures/items/wand/rod_bone"
712
- },
713
- "rod_bone_mat": {
714
- "textures": "textures/items/wand/rod_bone_mat"
715
- },
716
- "rod_greatwood": {
717
- "textures": "textures/items/wand/rod_greatwood"
718
- },
719
- "rod_greatwood_mat": {
720
- "textures": "textures/items/wand/rod_greatwood_mat"
721
- },
722
- "rod_ice": {
723
- "textures": "textures/items/wand/rod_ice"
724
- },
725
- "rod_ice_mat": {
726
- "textures": "textures/items/wand/rod_ice_mat"
727
- },
728
- "rod_obsidian": {
729
- "textures": "textures/items/wand/rod_obsidian"
730
- },
731
- "rod_obsidian_mat": {
732
- "textures": "textures/items/wand/rod_obsidian_mat"
733
- },
734
- "rod_primal_mat": {
735
- "textures": "textures/items/wand/rod_primal_mat"
736
- },
737
- "rod_quartz": {
738
- "textures": "textures/items/wand/rod_quartz"
739
- },
740
- "rod_quartz_mat": {
741
- "textures": "textures/items/wand/rod_quartz_mat"
742
- },
743
- "rod_reed": {
744
- "textures": "textures/items/wand/rod_reed"
745
- },
746
- "rod_reed_mat": {
747
- "textures": "textures/items/wand/rod_reed_mat"
748
- },
749
- "rod_silverwood": {
750
- "textures": "textures/items/wand/rod_silverwood"
751
- },
752
- "rod_silverwood_mat": {
753
- "textures": "textures/items/wand/rod_silverwood_mat"
754
- },
755
- "rod_wood_mat": {
756
- "textures": "textures/items/wand/rod_wood_mat"
757
- },
758
- "staff_rod_blaze": {
759
- "textures": "textures/items/wand/staff_rod_blaze"
760
- },
761
- "staff_rod_bone": {
762
- "textures": "textures/items/wand/staff_rod_bone"
763
- },
764
- "staff_rod_greatwood": {
765
- "textures": "textures/items/wand/staff_rod_greatwood"
766
- },
767
- "staff_rod_ice": {
768
- "textures": "textures/items/wand/staff_rod_ice"
769
- },
770
- "staff_rod_obsidian": {
771
- "textures": "textures/items/wand/staff_rod_obsidian"
772
- },
773
- "staff_rod_primal": {
774
- "textures": "textures/items/wand/staff_rod_primal"
775
- },
776
- "staff_rod_quartz": {
777
- "textures": "textures/items/wand/staff_rod_quartz"
778
- },
779
- "staff_rod_reed": {
780
- "textures": "textures/items/wand/staff_rod_reed"
781
- },
782
- "staff_rod_silverwood": {
783
- "textures": "textures/items/wand/staff_rod_silverwood"
784
- },
785
- "wispy_essence": {
786
- "textures": "textures/items/wispy_essence"
787
- }
788
- }
1
+ {
2
+ "resource_pack_name": "test",
3
+ "texture_name": "atlas.items",
4
+ "texture_data": {
5
+ "alumentum": {
6
+ "textures": "textures/items/alumentum"
7
+ },
8
+ "amber": {
9
+ "textures": "textures/items/amber"
10
+ },
11
+ "amulet_fancy": {
12
+ "textures": "textures/items/amulet_fancy"
13
+ },
14
+ "amulet_mundane": {
15
+ "textures": "textures/items/amulet_mundane"
16
+ },
17
+ "amulet_runic": {
18
+ "textures": "textures/items/amulet_runic"
19
+ },
20
+ "amulet_runic_emergency": {
21
+ "textures": "textures/items/amulet_runic_emergency"
22
+ },
23
+ "amulet_vis": {
24
+ "textures": "textures/items/amulet_vis"
25
+ },
26
+ "amulet_vis_stone": {
27
+ "textures": "textures/items/amulet_vis_stone"
28
+ },
29
+ "banner": {
30
+ "textures": "textures/items/banner"
31
+ },
32
+ "banner_cultist": {
33
+ "textures": "textures/items/banner_cultist"
34
+ },
35
+ "banner_stand": {
36
+ "textures": "textures/items/banner_stand"
37
+ },
38
+ "banner_symbol": {
39
+ "textures": "textures/items/banner_symbol"
40
+ },
41
+ "bath_salts": {
42
+ "textures": "textures/items/bath_salts"
43
+ },
44
+ "bone_bow": {
45
+ "textures": "textures/items/bone_bow"
46
+ },
47
+ "bone_bow_0": {
48
+ "textures": "textures/items/bone_bow_0"
49
+ },
50
+ "bone_bow_1": {
51
+ "textures": "textures/items/bone_bow_1"
52
+ },
53
+ "bone_bow_2": {
54
+ "textures": "textures/items/bone_bow_2"
55
+ },
56
+ "bottle_taint": {
57
+ "textures": "textures/items/bottle_taint"
58
+ },
59
+ "brain": {
60
+ "textures": "textures/items/brain"
61
+ },
62
+ "brass_gear": {
63
+ "textures": "textures/items/brass_gear"
64
+ },
65
+ "brass_plate": {
66
+ "textures": "textures/items/brass_plate"
67
+ },
68
+ "bucket_death": {
69
+ "textures": "textures/items/bucket_death"
70
+ },
71
+ "bucket_pure": {
72
+ "textures": "textures/items/bucket_pure"
73
+ },
74
+ "chunk_beef": {
75
+ "textures": "textures/items/chunk_beef"
76
+ },
77
+ "chunk_chicken": {
78
+ "textures": "textures/items/chunk_chicken"
79
+ },
80
+ "chunk_fish": {
81
+ "textures": "textures/items/chunk_fish"
82
+ },
83
+ "chunk_mutton": {
84
+ "textures": "textures/items/chunk_mutton"
85
+ },
86
+ "chunk_pork": {
87
+ "textures": "textures/items/chunk_pork"
88
+ },
89
+ "chunk_rabbit": {
90
+ "textures": "textures/items/chunk_rabbit"
91
+ },
92
+ "cloth_boots": {
93
+ "textures": "textures/items/cloth_boots"
94
+ },
95
+ "cloth_boots_over": {
96
+ "textures": "textures/items/cloth_boots_over"
97
+ },
98
+ "cloth_chest": {
99
+ "textures": "textures/items/cloth_chest"
100
+ },
101
+ "cloth_chest_over": {
102
+ "textures": "textures/items/cloth_chest_over"
103
+ },
104
+ "cloth_legs": {
105
+ "textures": "textures/items/cloth_legs"
106
+ },
107
+ "cloth_legs_over": {
108
+ "textures": "textures/items/cloth_legs_over"
109
+ },
110
+ "cluster_cinnabar": {
111
+ "textures": "textures/items/cluster_cinnabar"
112
+ },
113
+ "cluster_copper": {
114
+ "textures": "textures/items/cluster_copper"
115
+ },
116
+ "cluster_gold": {
117
+ "textures": "textures/items/cluster_gold"
118
+ },
119
+ "cluster_iron": {
120
+ "textures": "textures/items/cluster_iron"
121
+ },
122
+ "cluster_lead": {
123
+ "textures": "textures/items/cluster_lead"
124
+ },
125
+ "cluster_silver": {
126
+ "textures": "textures/items/cluster_silver"
127
+ },
128
+ "cluster_tin": {
129
+ "textures": "textures/items/cluster_tin"
130
+ },
131
+ "coin": {
132
+ "textures": "textures/items/coin"
133
+ },
134
+ "creative_caster": {
135
+ "textures": "textures/items/creative_caster"
136
+ },
137
+ "creative_node": {
138
+ "textures": "textures/items/creative_node"
139
+ },
140
+ "creative_obelisk": {
141
+ "textures": "textures/items/creative_obelisk"
142
+ },
143
+ "crimson_blade": {
144
+ "textures": "textures/items/crimson_blade"
145
+ },
146
+ "crimson_boots": {
147
+ "textures": "textures/items/crimson_boots"
148
+ },
149
+ "crimson_plate_chest": {
150
+ "textures": "textures/items/crimson_plate_chest"
151
+ },
152
+ "crimson_plate_helm": {
153
+ "textures": "textures/items/crimson_plate_helm"
154
+ },
155
+ "crimson_plate_legs": {
156
+ "textures": "textures/items/crimson_plate_legs"
157
+ },
158
+ "crimson_praetor_chest": {
159
+ "textures": "textures/items/crimson_praetor_chest"
160
+ },
161
+ "crimson_praetor_helm": {
162
+ "textures": "textures/items/crimson_praetor_helm"
163
+ },
164
+ "crimson_praetor_legs": {
165
+ "textures": "textures/items/crimson_praetor_legs"
166
+ },
167
+ "crimson_rites": {
168
+ "textures": "textures/items/crimson_rites"
169
+ },
170
+ "crimson_robe_chest": {
171
+ "textures": "textures/items/crimson_robe_chest"
172
+ },
173
+ "crimson_robe_helm": {
174
+ "textures": "textures/items/crimson_robe_helm"
175
+ },
176
+ "crimson_robe_legs": {
177
+ "textures": "textures/items/crimson_robe_legs"
178
+ },
179
+ "crystal_essence": {
180
+ "textures": "textures/items/crystal_essence"
181
+ },
182
+ "crystal_planter": {
183
+ "textures": "textures/items/crystal_planter"
184
+ },
185
+ "custom_chestplate": {
186
+ "textures": "textures/items/custom_chestplate"
187
+ },
188
+ "discovery": {
189
+ "textures": "textures/items/discovery"
190
+ },
191
+ "discovery_overlay": {
192
+ "textures": "textures/items/discovery_overlay"
193
+ },
194
+ "eldritch_eye": {
195
+ "textures": "textures/items/eldritch_eye"
196
+ },
197
+ "elemental_axe": {
198
+ "textures": "textures/items/elemental_axe"
199
+ },
200
+ "elemental_hoe": {
201
+ "textures": "textures/items/elemental_hoe"
202
+ },
203
+ "elemental_pick": {
204
+ "textures": "textures/items/elemental_pick"
205
+ },
206
+ "elemental_shovel": {
207
+ "textures": "textures/items/elemental_shovel"
208
+ },
209
+ "elemental_sword": {
210
+ "textures": "textures/items/elemental_sword"
211
+ },
212
+ "fabric": {
213
+ "textures": "textures/items/fabric"
214
+ },
215
+ "filter": {
216
+ "textures": "textures/items/filter"
217
+ },
218
+ "flux_sponge": {
219
+ "textures": "textures/items/flux_sponge"
220
+ },
221
+ "focus_pouch": {
222
+ "textures": "textures/items/focus_pouch"
223
+ },
224
+ "fortress_chest": {
225
+ "textures": "textures/items/fortress_chest"
226
+ },
227
+ "fortress_helm": {
228
+ "textures": "textures/items/fortress_helm"
229
+ },
230
+ "fortress_legs": {
231
+ "textures": "textures/items/fortress_legs"
232
+ },
233
+ "girdle_fancy": {
234
+ "textures": "textures/items/girdle_fancy"
235
+ },
236
+ "girdle_hover": {
237
+ "textures": "textures/items/girdle_hover"
238
+ },
239
+ "girdle_mundane": {
240
+ "textures": "textures/items/girdle_mundane"
241
+ },
242
+ "girdle_runic": {
243
+ "textures": "textures/items/girdle_runic"
244
+ },
245
+ "girdle_runic_kinetic": {
246
+ "textures": "textures/items/girdle_runic_kinetic"
247
+ },
248
+ "goggles_revealing": {
249
+ "textures": "textures/items/goggles_revealing"
250
+ },
251
+ "golem": {
252
+ "textures": "textures/items/golem"
253
+ },
254
+ "golem_bell": {
255
+ "textures": "textures/items/golem_bell"
256
+ },
257
+ "hand_mirror": {
258
+ "textures": "textures/items/hand_mirror"
259
+ },
260
+ "ingot_brass": {
261
+ "textures": "textures/items/ingot_brass"
262
+ },
263
+ "ingot_thaumium": {
264
+ "textures": "textures/items/ingot_thaumium"
265
+ },
266
+ "ingot_void": {
267
+ "textures": "textures/items/ingot_void"
268
+ },
269
+ "iron_plate": {
270
+ "textures": "textures/items/iron_plate"
271
+ },
272
+ "jar_brace": {
273
+ "textures": "textures/items/jar_brace"
274
+ },
275
+ "knowledge_fragment": {
276
+ "textures": "textures/items/knowledge_fragment"
277
+ },
278
+ "label": {
279
+ "textures": "textures/items/label"
280
+ },
281
+ "label_overlay": {
282
+ "textures": "textures/items/label_overlay"
283
+ },
284
+ "loot_bag_common": {
285
+ "textures": "textures/items/loot_bag_common"
286
+ },
287
+ "loot_bag_rare": {
288
+ "textures": "textures/items/loot_bag_rare"
289
+ },
290
+ "loot_bag_uncommon": {
291
+ "textures": "textures/items/loot_bag_uncommon"
292
+ },
293
+ "masterball": {
294
+ "textures": "textures/items/masterball"
295
+ },
296
+ "mind_biothaumic": {
297
+ "textures": "textures/items/mind_biothaumic"
298
+ },
299
+ "mind_clockwork": {
300
+ "textures": "textures/items/mind_clockwork"
301
+ },
302
+ "mirrored_glass": {
303
+ "textures": "textures/items/mirrored_glass"
304
+ },
305
+ "module_aggression": {
306
+ "textures": "textures/items/module_aggression"
307
+ },
308
+ "module_vision": {
309
+ "textures": "textures/items/module_vision"
310
+ },
311
+ "morphic_resonator": {
312
+ "textures": "textures/items/morphic_resonator"
313
+ },
314
+ "nugget_brass": {
315
+ "textures": "textures/items/nugget_brass"
316
+ },
317
+ "nugget_copper": {
318
+ "textures": "textures/items/nugget_copper"
319
+ },
320
+ "nugget_iron": {
321
+ "textures": "textures/items/nugget_iron"
322
+ },
323
+ "nugget_lead": {
324
+ "textures": "textures/items/nugget_lead"
325
+ },
326
+ "nugget_quicksilver": {
327
+ "textures": "textures/items/nugget_quicksilver"
328
+ },
329
+ "nugget_silver": {
330
+ "textures": "textures/items/nugget_silver"
331
+ },
332
+ "nugget_thaumium": {
333
+ "textures": "textures/items/nugget_thaumium"
334
+ },
335
+ "nugget_tin": {
336
+ "textures": "textures/items/nugget_tin"
337
+ },
338
+ "nugget_void": {
339
+ "textures": "textures/items/nugget_void"
340
+ },
341
+ "phial": {
342
+ "textures": "textures/items/phial"
343
+ },
344
+ "phial_overlay": {
345
+ "textures": "textures/items/phial_overlay"
346
+ },
347
+ "primal_arrow_air": {
348
+ "textures": "textures/items/primal_arrow_air"
349
+ },
350
+ "primal_arrow_earth": {
351
+ "textures": "textures/items/primal_arrow_earth"
352
+ },
353
+ "primal_arrow_entropy": {
354
+ "textures": "textures/items/primal_arrow_entropy"
355
+ },
356
+ "primal_arrow_fire": {
357
+ "textures": "textures/items/primal_arrow_fire"
358
+ },
359
+ "primal_arrow_order": {
360
+ "textures": "textures/items/primal_arrow_order"
361
+ },
362
+ "primal_arrow_water": {
363
+ "textures": "textures/items/primal_arrow_water"
364
+ },
365
+ "primal_charm": {
366
+ "textures": "textures/items/primal_charm"
367
+ },
368
+ "primal_crusher": {
369
+ "textures": "textures/items/primal_crusher"
370
+ },
371
+ "primordial_pearl": {
372
+ "textures": "textures/items/primordial_pearl"
373
+ },
374
+ "quicksilver": {
375
+ "textures": "textures/items/quicksilver"
376
+ },
377
+ "researchnotes": {
378
+ "textures": "textures/items/researchnotes"
379
+ },
380
+ "researchnotes_overlay": {
381
+ "textures": "textures/items/researchnotes_overlay"
382
+ },
383
+ "resonator": {
384
+ "textures": "textures/items/resonator"
385
+ },
386
+ "ring_apprentice": {
387
+ "textures": "textures/items/ring_apprentice"
388
+ },
389
+ "ring_fancy": {
390
+ "textures": "textures/items/ring_fancy"
391
+ },
392
+ "ring_mundane": {
393
+ "textures": "textures/items/ring_mundane"
394
+ },
395
+ "ring_protection": {
396
+ "textures": "textures/items/ring_protection"
397
+ },
398
+ "ring_runic": {
399
+ "textures": "textures/items/ring_runic"
400
+ },
401
+ "ring_runic_charge": {
402
+ "textures": "textures/items/ring_runic_charge"
403
+ },
404
+ "ring_runic_regen": {
405
+ "textures": "textures/items/ring_runic_regen"
406
+ },
407
+ "ring_verdant": {
408
+ "textures": "textures/items/ring_verdant"
409
+ },
410
+ "runed_tablet": {
411
+ "textures": "textures/items/runed_tablet"
412
+ },
413
+ "salis_mundus": {
414
+ "textures": "textures/items/salis_mundus"
415
+ },
416
+ "sanity_checker": {
417
+ "textures": "textures/items/sanity_checker"
418
+ },
419
+ "sanity_soap": {
420
+ "textures": "textures/items/sanity_soap"
421
+ },
422
+ "scribing_tools": {
423
+ "textures": "textures/items/scribing_tools"
424
+ },
425
+ "seal_blank": {
426
+ "textures": "textures/items/seals/seal_blank"
427
+ },
428
+ "seal_breaker": {
429
+ "textures": "textures/items/seals/seal_breaker"
430
+ },
431
+ "seal_butcher": {
432
+ "textures": "textures/items/seals/seal_butcher"
433
+ },
434
+ "seal_empty": {
435
+ "textures": "textures/items/seals/seal_empty"
436
+ },
437
+ "seal_empty_advanced": {
438
+ "textures": "textures/items/seals/seal_empty_advanced"
439
+ },
440
+ "seal_fill": {
441
+ "textures": "textures/items/seals/seal_fill"
442
+ },
443
+ "seal_fill_advanced": {
444
+ "textures": "textures/items/seals/seal_fill_advanced"
445
+ },
446
+ "seal_guard": {
447
+ "textures": "textures/items/seals/seal_guard"
448
+ },
449
+ "seal_guard_advanced": {
450
+ "textures": "textures/items/seals/seal_guard_advanced"
451
+ },
452
+ "seal_harvest": {
453
+ "textures": "textures/items/seals/seal_harvest"
454
+ },
455
+ "seal_lumber": {
456
+ "textures": "textures/items/seals/seal_lumber"
457
+ },
458
+ "seal_pickup": {
459
+ "textures": "textures/items/seals/seal_pickup"
460
+ },
461
+ "seal_pickup_advanced": {
462
+ "textures": "textures/items/seals/seal_pickup_advanced"
463
+ },
464
+ "seal_provider": {
465
+ "textures": "textures/items/seals/seal_provider"
466
+ },
467
+ "seal_use": {
468
+ "textures": "textures/items/seals/seal_use"
469
+ },
470
+ "shard": {
471
+ "textures": "textures/items/shard"
472
+ },
473
+ "shard_balanced": {
474
+ "textures": "textures/items/shard_balanced"
475
+ },
476
+ "sinister_stone": {
477
+ "textures": "textures/items/sinister_stone"
478
+ },
479
+ "sinister_stone_active": {
480
+ "textures": "textures/items/sinister_stone_active"
481
+ },
482
+ "taint_slime": {
483
+ "textures": "textures/items/taint_slime"
484
+ },
485
+ "taint_tendril": {
486
+ "textures": "textures/items/taint_tendril"
487
+ },
488
+ "tallow": {
489
+ "textures": "textures/items/tallow"
490
+ },
491
+ "thaumium_axe": {
492
+ "textures": "textures/items/thaumium_axe"
493
+ },
494
+ "thaumium_boots": {
495
+ "textures": "textures/items/thaumium_boots"
496
+ },
497
+ "thaumium_chest": {
498
+ "textures": "textures/items/thaumium_chest"
499
+ },
500
+ "thaumium_gear": {
501
+ "textures": "textures/items/thaumium_gear"
502
+ },
503
+ "thaumium_helm": {
504
+ "textures": "textures/items/thaumium_helm"
505
+ },
506
+ "thaumium_hoe": {
507
+ "textures": "textures/items/thaumium_hoe"
508
+ },
509
+ "thaumium_legs": {
510
+ "textures": "textures/items/thaumium_legs"
511
+ },
512
+ "thaumium_pick": {
513
+ "textures": "textures/items/thaumium_pick"
514
+ },
515
+ "thaumium_plate": {
516
+ "textures": "textures/items/thaumium_plate"
517
+ },
518
+ "thaumium_shovel": {
519
+ "textures": "textures/items/thaumium_shovel"
520
+ },
521
+ "thaumium_sword": {
522
+ "textures": "textures/items/thaumium_sword"
523
+ },
524
+ "thaumometer": {
525
+ "textures": "textures/items/thaumometer"
526
+ },
527
+ "thaumonomicon": {
528
+ "textures": "textures/items/thaumonomicon"
529
+ },
530
+ "thaumonomicon_cheat": {
531
+ "textures": "textures/items/thaumonomicon_cheat"
532
+ },
533
+ "thaumostatic_harness": {
534
+ "textures": "textures/items/thaumostatic_harness"
535
+ },
536
+ "traveller_boots": {
537
+ "textures": "textures/items/traveller_boots"
538
+ },
539
+ "tripletreat": {
540
+ "textures": "textures/items/tripletreat"
541
+ },
542
+ "tube_buffer": {
543
+ "textures": "textures/items/tube_buffer"
544
+ },
545
+ "tube_filter": {
546
+ "textures": "textures/items/tube_filter"
547
+ },
548
+ "tube_normal": {
549
+ "textures": "textures/items/tube_normal"
550
+ },
551
+ "tube_oneway": {
552
+ "textures": "textures/items/tube_oneway"
553
+ },
554
+ "tube_restrict": {
555
+ "textures": "textures/items/tube_restrict"
556
+ },
557
+ "tube_valve": {
558
+ "textures": "textures/items/tube_valve"
559
+ },
560
+ "turret_advanced": {
561
+ "textures": "textures/items/turret_advanced"
562
+ },
563
+ "turret_basic": {
564
+ "textures": "textures/items/turret_basic"
565
+ },
566
+ "turret_focus": {
567
+ "textures": "textures/items/turret_focus"
568
+ },
569
+ "turret_magnet": {
570
+ "textures": "textures/items/turret_magnet"
571
+ },
572
+ "void_axe": {
573
+ "textures": "textures/items/void_axe"
574
+ },
575
+ "void_boots": {
576
+ "textures": "textures/items/void_boots"
577
+ },
578
+ "void_chest": {
579
+ "textures": "textures/items/void_chest"
580
+ },
581
+ "void_gear": {
582
+ "textures": "textures/items/void_gear"
583
+ },
584
+ "void_helm": {
585
+ "textures": "textures/items/void_helm"
586
+ },
587
+ "void_hoe": {
588
+ "textures": "textures/items/void_hoe"
589
+ },
590
+ "void_legs": {
591
+ "textures": "textures/items/void_legs"
592
+ },
593
+ "void_pick": {
594
+ "textures": "textures/items/void_pick"
595
+ },
596
+ "void_plate": {
597
+ "textures": "textures/items/void_plate"
598
+ },
599
+ "void_robe_chest": {
600
+ "textures": "textures/items/void_robe_chest"
601
+ },
602
+ "void_robe_chest_over": {
603
+ "textures": "textures/items/void_robe_chest_over"
604
+ },
605
+ "void_robe_helm": {
606
+ "textures": "textures/items/void_robe_helm"
607
+ },
608
+ "void_robe_legs": {
609
+ "textures": "textures/items/void_robe_legs"
610
+ },
611
+ "void_robe_legs_over": {
612
+ "textures": "textures/items/void_robe_legs_over"
613
+ },
614
+ "void_seed": {
615
+ "textures": "textures/items/void_seed"
616
+ },
617
+ "void_shovel": {
618
+ "textures": "textures/items/void_shovel"
619
+ },
620
+ "void_sword": {
621
+ "textures": "textures/items/void_sword"
622
+ },
623
+ "cap_brass": {
624
+ "textures": "textures/items/wand/cap_brass"
625
+ },
626
+ "cap_brass_mat": {
627
+ "textures": "textures/items/wand/cap_brass_mat"
628
+ },
629
+ "cap_gold": {
630
+ "textures": "textures/items/wand/cap_gold"
631
+ },
632
+ "cap_gold_mat": {
633
+ "textures": "textures/items/wand/cap_gold_mat"
634
+ },
635
+ "cap_iron": {
636
+ "textures": "textures/items/wand/cap_iron"
637
+ },
638
+ "cap_iron_mat": {
639
+ "textures": "textures/items/wand/cap_iron_mat"
640
+ },
641
+ "cap_thaumium": {
642
+ "textures": "textures/items/wand/cap_thaumium"
643
+ },
644
+ "cap_thaumium_inert": {
645
+ "textures": "textures/items/wand/cap_thaumium_inert"
646
+ },
647
+ "cap_thaumium_mat": {
648
+ "textures": "textures/items/wand/cap_thaumium_mat"
649
+ },
650
+ "cap_void": {
651
+ "textures": "textures/items/wand/cap_void"
652
+ },
653
+ "cap_void_inert": {
654
+ "textures": "textures/items/wand/cap_void_inert"
655
+ },
656
+ "cap_void_mat": {
657
+ "textures": "textures/items/wand/cap_void_mat"
658
+ },
659
+ "focus": {
660
+ "textures": "textures/items/wand/focus"
661
+ },
662
+ "focus_builder": {
663
+ "textures": "textures/items/wand/focus_builder"
664
+ },
665
+ "focus_excavation": {
666
+ "textures": "textures/items/wand/focus_excavation"
667
+ },
668
+ "focus_fire": {
669
+ "textures": "textures/items/wand/focus_fire"
670
+ },
671
+ "focus_frost": {
672
+ "textures": "textures/items/wand/focus_frost"
673
+ },
674
+ "focus_grapple": {
675
+ "textures": "textures/items/wand/focus_grapple"
676
+ },
677
+ "focus_hellbat": {
678
+ "textures": "textures/items/wand/focus_hellbat"
679
+ },
680
+ "focus_hellbat_orn": {
681
+ "textures": "textures/items/wand/focus_hellbat_orn"
682
+ },
683
+ "focus_pech": {
684
+ "textures": "textures/items/wand/focus_pech"
685
+ },
686
+ "focus_portablehole": {
687
+ "textures": "textures/items/wand/focus_portablehole"
688
+ },
689
+ "focus_primal": {
690
+ "textures": "textures/items/wand/focus_primal"
691
+ },
692
+ "focus_shard": {
693
+ "textures": "textures/items/wand/focus_shard"
694
+ },
695
+ "focus_shock": {
696
+ "textures": "textures/items/wand/focus_shock"
697
+ },
698
+ "focus_trade": {
699
+ "textures": "textures/items/wand/focus_trade"
700
+ },
701
+ "focus_warding": {
702
+ "textures": "textures/items/wand/focus_warding"
703
+ },
704
+ "rod_blaze": {
705
+ "textures": "textures/items/wand/rod_blaze"
706
+ },
707
+ "rod_blaze_mat": {
708
+ "textures": "textures/items/wand/rod_blaze_mat"
709
+ },
710
+ "rod_bone": {
711
+ "textures": "textures/items/wand/rod_bone"
712
+ },
713
+ "rod_bone_mat": {
714
+ "textures": "textures/items/wand/rod_bone_mat"
715
+ },
716
+ "rod_greatwood": {
717
+ "textures": "textures/items/wand/rod_greatwood"
718
+ },
719
+ "rod_greatwood_mat": {
720
+ "textures": "textures/items/wand/rod_greatwood_mat"
721
+ },
722
+ "rod_ice": {
723
+ "textures": "textures/items/wand/rod_ice"
724
+ },
725
+ "rod_ice_mat": {
726
+ "textures": "textures/items/wand/rod_ice_mat"
727
+ },
728
+ "rod_obsidian": {
729
+ "textures": "textures/items/wand/rod_obsidian"
730
+ },
731
+ "rod_obsidian_mat": {
732
+ "textures": "textures/items/wand/rod_obsidian_mat"
733
+ },
734
+ "rod_primal_mat": {
735
+ "textures": "textures/items/wand/rod_primal_mat"
736
+ },
737
+ "rod_quartz": {
738
+ "textures": "textures/items/wand/rod_quartz"
739
+ },
740
+ "rod_quartz_mat": {
741
+ "textures": "textures/items/wand/rod_quartz_mat"
742
+ },
743
+ "rod_reed": {
744
+ "textures": "textures/items/wand/rod_reed"
745
+ },
746
+ "rod_reed_mat": {
747
+ "textures": "textures/items/wand/rod_reed_mat"
748
+ },
749
+ "rod_silverwood": {
750
+ "textures": "textures/items/wand/rod_silverwood"
751
+ },
752
+ "rod_silverwood_mat": {
753
+ "textures": "textures/items/wand/rod_silverwood_mat"
754
+ },
755
+ "rod_wood_mat": {
756
+ "textures": "textures/items/wand/rod_wood_mat"
757
+ },
758
+ "staff_rod_blaze": {
759
+ "textures": "textures/items/wand/staff_rod_blaze"
760
+ },
761
+ "staff_rod_bone": {
762
+ "textures": "textures/items/wand/staff_rod_bone"
763
+ },
764
+ "staff_rod_greatwood": {
765
+ "textures": "textures/items/wand/staff_rod_greatwood"
766
+ },
767
+ "staff_rod_ice": {
768
+ "textures": "textures/items/wand/staff_rod_ice"
769
+ },
770
+ "staff_rod_obsidian": {
771
+ "textures": "textures/items/wand/staff_rod_obsidian"
772
+ },
773
+ "staff_rod_primal": {
774
+ "textures": "textures/items/wand/staff_rod_primal"
775
+ },
776
+ "staff_rod_quartz": {
777
+ "textures": "textures/items/wand/staff_rod_quartz"
778
+ },
779
+ "staff_rod_reed": {
780
+ "textures": "textures/items/wand/staff_rod_reed"
781
+ },
782
+ "staff_rod_silverwood": {
783
+ "textures": "textures/items/wand/staff_rod_silverwood"
784
+ },
785
+ "wispy_essence": {
786
+ "textures": "textures/items/wispy_essence"
787
+ }
788
+ }
789
789
  }