Skip to content

Commit

Permalink
Switch name to to winter
Browse files Browse the repository at this point in the history
Prep for initial load
  • Loading branch information
TheDarthFather committed Dec 4, 2021
1 parent 52f6795 commit 7cd04e6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 34 deletions.
32 changes: 0 additions & 32 deletions src/christmas/assets/minecraft/sounds.json

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"layer0": "minecraft:item/diamond_sword"
},
"overrides": [
{"predicate": {"custom_model_data": 1405001}, "model": "magic:christmas/candy_cane"}
{"predicate": {"custom_model_data": 1405001}, "model": "magic:winter/candy_cane"}
]
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"parent": "minecraft:block/lectern",
"overrides": [{"predicate": {"custom_model_data": 1405001}, "model": "magic:chrismas/chrismas_hat"}]
"overrides": [{"predicate": {"custom_model_data": 1405001}, "model": "magic:winter/winter_hat"}]
}
8 changes: 8 additions & 0 deletions src/winter/assets/minecraft/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"magic.ghost_breath": {
"sounds": [
"magic:winter/test"
],
"category": "player"
}
}

0 comments on commit 7cd04e6

Please sign in to comment.