Skip to content

Commit

Permalink
feat: Added lance weapon
Browse files Browse the repository at this point in the history
  • Loading branch information
ShermansWorld committed Sep 30, 2024
1 parent d1dae4a commit 86a7251
Show file tree
Hide file tree
Showing 15 changed files with 1,936 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/minecraft/models/item/diamond_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
{ "predicate": {"custom_model_data": 355}, "model": "item/weapons/diamond_sword/diamond_rusteye_partisan"},
{ "predicate": {"custom_model_data": 356}, "model": "item/weapons/diamond_sword/dark_iron_sword"},
{ "predicate": {"custom_model_data": 357}, "model": "item/weapons/diamond_sword/kitsune_gohei"},
{ "predicate": {"custom_model_data": 358}, "model": "item/weapons/diamond_sword/diamond_lance"},
{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_knife"}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/golden_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
{ "predicate": {"custom_model_data": 650}, "model": "item/weapons/gold_sword/gold_longsword"},
{ "predicate": {"custom_model_data": 651}, "model": "item/weapons/gold_sword/gold_bone_dagger"},
{ "predicate": {"custom_model_data": 652}, "model": "item/weapons/gold_sword/gold_cleaver"},
{ "predicate": {"custom_model_data": 654}, "model": "item/weapons/gold_sword/gold_slasher"}
{ "predicate": {"custom_model_data": 654}, "model": "item/weapons/gold_sword/gold_slasher"},
{ "predicate": {"custom_model_data": 655}, "model": "item/weapons/gold_sword/gold_lance"}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/iron_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{ "predicate": {"custom_model_data": 52}, "model": "item/weapons/iron_sword/iron_cleaver"},
{ "predicate": {"custom_model_data": 53}, "model": "item/weapons/iron_sword/iron_rusteye_cleaver"},
{ "predicate": {"custom_model_data": 54}, "model": "item/weapons/iron_sword/iron_slasher"},
{ "predicate": {"custom_model_data": 55}, "model": "item/weapons/iron_sword/iron_rusteye_partisan"}
{ "predicate": {"custom_model_data": 55}, "model": "item/weapons/iron_sword/iron_rusteye_partisan"},
{ "predicate": {"custom_model_data": 56}, "model": "item/weapons/iron_sword/iron_lance"}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/netherite_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{ "predicate": {"custom_model_data": 153}, "model": "item/weapons/netherite_sword/netherite_rusteye_cleaver"},
{ "predicate": {"custom_model_data": 154}, "model": "item/weapons/netherite_sword/netherite_slasher"},
{ "predicate": {"custom_model_data": 155}, "model": "item/weapons/netherite_sword/netherite_rusteye_partisan"},
{ "predicate": {"custom_model_data": 156}, "model": "item/weapons/netherite_sword/netherite_honshu"}
{ "predicate": {"custom_model_data": 156}, "model": "item/weapons/netherite_sword/netherite_honshu"},
{ "predicate": {"custom_model_data": 157}, "model": "item/weapons/netherite_sword/netherite_lance"}
]
}
3 changes: 2 additions & 1 deletion assets/minecraft/models/item/stone_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"layer0": "minecraft:item/stone_sword"
},
"overrides": [
{ "predicate": {"custom_model_data": 851}, "model": "item/weapons/stone_sword/stone_bone_dagger"}
{ "predicate": {"custom_model_data": 851}, "model": "item/weapons/stone_sword/stone_bone_dagger"},
{ "predicate": {"custom_model_data": 852}, "model": "item/weapons/stone_sword/stone_lance"}
]
}
Loading

0 comments on commit 86a7251

Please sign in to comment.