'Tis the season!

- Decked the halls
- Jingled the bells
- Wrapped the presents
- Loaded up the sleigh
This commit is contained in:
Electroblob77
2019-12-17 15:53:40 +00:00
parent 9ade6442b2
commit 324094f418
35 changed files with 252 additions and 62 deletions
@@ -1289,4 +1289,9 @@ integration.antiqueatlas.marker.ebwizardry\:wizard_tower=Wizard Tower
integration.antiqueatlas.marker.ebwizardry\:obelisk=Obelisk
integration.antiqueatlas.marker.ebwizardry\:shrine=Shrine
spell.ebwizardry\:magic_missile_festive=Magic Mistletoe
spell.ebwizardry\:summon_snow_golem_festive=Summon Frosty The Snowman
spell.ebwizardry\:invigorating_presence_festive=Invigorating Presents
spell.ebwizardry\:empowering_presence_festive=Empowering Presents
wizard.debug=%1$s, %2$s, %3$s
@@ -1289,4 +1289,9 @@ integration.antiqueatlas.marker.ebwizardry\:wizard_tower=Wizard Tower
integration.antiqueatlas.marker.ebwizardry\:obelisk=Obelisk
integration.antiqueatlas.marker.ebwizardry\:shrine=Shrine
spell.ebwizardry\:magic_missile_festive=Magic Mistletoe
spell.ebwizardry\:summon_snow_golem_festive=Summon Frosty The Snowman
spell.ebwizardry\:invigorating_presence_festive=Invigorating Presents
spell.ebwizardry\:empowering_presence_festive=Empowering Presents
wizard.debug=%1$s, %2$s, %3$s
@@ -2,5 +2,13 @@
"parent": "item/generated",
"textures": {
"layer0": "ebwizardry:items/scroll"
}
},
"overrides": [
{
"predicate": {
"festive": 1
},
"model": "ebwizardry:item/festive_scroll"
}
]
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "ebwizardry:items/scroll_festive"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "ebwizardry:items/spell_book_festive"
}
}
@@ -0,0 +1,6 @@
{
"parent": "item/handheld",
"textures": {
"layer0": "ebwizardry:items/wand_festive"
}
}
@@ -2,5 +2,13 @@
"parent": "item/generated",
"textures": {
"layer0": "ebwizardry:items/scroll"
}
},
"overrides": [
{
"predicate": {
"festive": 1
},
"model": "ebwizardry:item/festive_scroll"
}
]
}
@@ -2,5 +2,13 @@
"parent": "item/generated",
"textures": {
"layer0": "ebwizardry:items/spell_book"
}
},
"overrides": [
{
"predicate": {
"festive": 1
},
"model": "ebwizardry:item/festive_spell_book"
}
]
}
@@ -62,7 +62,8 @@
"entity.wizard.no": {"category": "neutral", "sounds": ["mob/villager/no1", "mob/villager/no2", "mob/villager/no3"]},
"entity.wizard.hurt": {"category": "neutral", "sounds": ["mob/villager/hit1", "mob/villager/hit2", "mob/villager/hit3", "mob/villager/hit4"]},
"entity.wizard.death": {"category": "neutral", "sounds": ["mob/villager/death"]},
"entity.wizard.hohoho": {"category": "neutral", "sounds": ["ebwizardry:hohoho"]},
"entity.darkness_orb.hit": {"category": "spells", "sounds": ["mob/wither/hurt1", "mob/wither/hurt2", "mob/wither/hurt3", "mob/wither/hurt4"]},
"entity.dart.hit": {"category": "spells", "sounds": ["damage/hit1", "damage/hit2", "damage/hit3"]},
"entity.dart.hit_block": {"category": "spells", "sounds": ["random/bowhit1", "random/bowhit2", "random/bowhit3"]},
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

@@ -74,5 +74,9 @@
"planks": {
"texture": "ebwizardry:gui/spell_hud/planks",
"metadata": "ebwizardry:gui/spell_hud/planks"
},
"festive": {
"texture": "ebwizardry:gui/spell_hud/festive",
"metadata": "ebwizardry:gui/spell_hud/festive"
}
}
@@ -0,0 +1,33 @@
{
"name": "Festive",
"description": "'Tis the season!",
"width": 126,
"height": 41,
"mirror": {
"x": true,
"y": true
},
"spell_icon_inset": {
"x": 2,
"y": 2
},
"text_inset": {
"x": 40,
"y": 20
},
"spell_cascade_offset": {
"x": 0,
"y": 8
},
"cooldown_bar": {
"x": 39,
"y": 1,
"length": 86,
"height": 8,
"mirror": {
"x": true,
"y": true
},
"show_when_full": true
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB