Skip to content

Commit

Permalink
feat: adding christmas tools and weapon
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavbeat03 committed Dec 18, 2024
1 parent 9ce6864 commit 208d9a5
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/minecraft/models/item/diamond_axe.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{ "predicate": {"custom_model_data": 543}, "model": "item/weapons/diamond_axe/diamond_hammer"},
{ "predicate": {"custom_model_data": 544}, "model": "item/weapons/diamond_axe/diamond_guisarme"},
{ "predicate": {"custom_model_data": 545}, "model": "item/weapons/diamond_axe/eric_hammer"},
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_chopper"},
{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_axe"}
]
}
4 changes: 3 additions & 1 deletion assets/minecraft/models/item/diamond_hoe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"layer0": "minecraft:item/diamond_hoe"
},
"overrides": [
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_harvester"},
{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_hoe"}
]

]
}
9 changes: 9 additions & 0 deletions assets/minecraft/models/item/diamond_pickaxe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_shovel"
},
"overrides": [
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_miner"}
]
}
9 changes: 9 additions & 0 deletions assets/minecraft/models/item/diamond_shovel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_shovel"
},
"overrides": [
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_digger"}
]
}
2 changes: 2 additions & 0 deletions assets/minecraft/models/item/diamond_sword.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
{ "predicate": {"custom_model_data": 358}, "model": "item/weapons/diamond_sword/diamond_lance"},
{ "predicate": {"custom_model_data": 359}, "model": "item/weapons/diamond_sword/diamond_leviathan_blade"},
{ "predicate": {"custom_model_data": 1000}, "model": "block/custom/skysplitter"},
{ "predicate": {"custom_model_data": 2000}, "model": "item/weapons/diamond_sword/christmas_basher"},

{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_knife"}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/tools/diamond/christmas_chopper"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/tools/diamond/christmas_digger"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/tools/diamond/christmas_harvester"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/tools/diamond/christmas_miner"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "item/weapons/diamond/christmas_basher"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 208d9a5

Please sign in to comment.