this repo has no description

attempting to add new spear variants using the new tech

+74
+25
resourcepack/assets/rp/items/diamond_gohei.json
··· 1 + { 2 + "model": { 3 + "type": "minecraft:select", 4 + "cases": [ 5 + { 6 + "model": { 7 + "type": "minecraft:model", 8 + "model": "minecraft:item/diamond_gohei" 9 + }, 10 + "when": [ 11 + "gui", 12 + "ground", 13 + "fixed", 14 + "on_shelf" 15 + ] 16 + } 17 + ], 18 + "fallback": { 19 + "type": "minecraft:model", 20 + "model": "minecraft:item/diamond_gohei_in_hand" 21 + }, 22 + "property": "minecraft:display_context" 23 + }, 24 + "swap_animation_scale": 1.95 25 + }
+25
resourcepack/assets/rp/items/diamond_shakujo.json
··· 1 + { 2 + "model": { 3 + "type": "minecraft:select", 4 + "cases": [ 5 + { 6 + "model": { 7 + "type": "minecraft:model", 8 + "model": "minecraft:item/diamond_shakujo" 9 + }, 10 + "when": [ 11 + "gui", 12 + "ground", 13 + "fixed", 14 + "on_shelf" 15 + ] 16 + } 17 + ], 18 + "fallback": { 19 + "type": "minecraft:model", 20 + "model": "minecraft:item/diamond_shakujo_in_hand" 21 + }, 22 + "property": "minecraft:display_context" 23 + }, 24 + "swap_animation_scale": 1.95 25 + }
+6
resourcepack/assets/rp/models/item/diamond_gohei.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:item/diamond_gohei" 5 + } 6 + }
+6
resourcepack/assets/rp/models/item/diamond_gohei_in_hand.json
··· 1 + { 2 + "parent": "minecraft:item/spear_in_hand", 3 + "textures": { 4 + "layer0": "minecraft:item/diamond_gohei_in_hand" 5 + } 6 + }
+6
resourcepack/assets/rp/models/item/diamond_shakujo.json
··· 1 + { 2 + "parent": "minecraft:item/generated", 3 + "textures": { 4 + "layer0": "minecraft:item/diamond_shakujo" 5 + } 6 + }
+6
resourcepack/assets/rp/models/item/diamond_shakujo_in_hand.json
··· 1 + { 2 + "parent": "minecraft:item/spear_in_hand", 3 + "textures": { 4 + "layer0": "minecraft:item/diamond_shakujo_in_hand" 5 + } 6 + }
resourcepack/assets/rp/textures/item/diamond_gohei.png

This is a binary file and will not be displayed.

resourcepack/assets/rp/textures/item/diamond_gohei_in_hand.png

This is a binary file and will not be displayed.

resourcepack/assets/rp/textures/item/diamond_shakujo.png

This is a binary file and will not be displayed.

resourcepack/assets/rp/textures/item/diamond_shakujo_in_hand.png

This is a binary file and will not be displayed.