Skip to content

Commit e62f7f8

Browse files
authored
Merge pull request #80 from Alathra/feat/xavbeat03
feat: adding christmas tools and weapon
2 parents 1ae4eac + 208d9a5 commit e62f7f8

File tree

15 files changed

+69
-1
lines changed

15 files changed

+69
-1
lines changed

assets/minecraft/models/item/diamond_axe.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
{ "predicate": {"custom_model_data": 543}, "model": "item/weapons/diamond_axe/diamond_hammer"},
2020
{ "predicate": {"custom_model_data": 544}, "model": "item/weapons/diamond_axe/diamond_guisarme"},
2121
{ "predicate": {"custom_model_data": 545}, "model": "item/weapons/diamond_axe/eric_hammer"},
22+
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_chopper"},
2223
{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_axe"}
2324
]
2425
}

assets/minecraft/models/item/diamond_hoe.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"layer0": "minecraft:item/diamond_hoe"
55
},
66
"overrides": [
7+
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_harvester"},
78
{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_hoe"}
8-
]
9+
10+
]
911
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_shovel"
5+
},
6+
"overrides": [
7+
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_miner"}
8+
]
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"parent": "minecraft:item/handheld",
3+
"textures": {
4+
"layer0": "minecraft:item/diamond_shovel"
5+
},
6+
"overrides": [
7+
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_digger"}
8+
]
9+
}

assets/minecraft/models/item/diamond_sword.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
{ "predicate": {"custom_model_data": 358}, "model": "item/weapons/diamond_sword/diamond_lance"},
3838
{ "predicate": {"custom_model_data": 359}, "model": "item/weapons/diamond_sword/diamond_leviathan_blade"},
3939
{ "predicate": {"custom_model_data": 1000}, "model": "block/custom/skysplitter"},
40+
{ "predicate": {"custom_model_data": 2000}, "model": "item/weapons/diamond_sword/christmas_basher"},
41+
4042
{ "predicate": {"custom_model_data": 14700}, "model": "item/extras/halloween_knife"}
4143
]
4244
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "item/tools/diamond/christmas_chopper"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "item/tools/diamond/christmas_digger"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "item/tools/diamond/christmas_harvester"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "item/tools/diamond/christmas_miner"
5+
}
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"parent": "item/handheld",
3+
"textures": {
4+
"layer0": "item/weapons/diamond/christmas_basher"
5+
}
6+
}

0 commit comments

Comments
 (0)