orban
This commit is contained in:
@@ -209,5 +209,11 @@
|
||||
"item.szar.ender_ingot": "Ender Ingot",
|
||||
|
||||
"advancement.szar.april_game_beaten.title": "We are so back",
|
||||
"advancement.szar.april_game_beaten.description": "Beat the game on april 1st to flip the game back."
|
||||
"advancement.szar.april_game_beaten.description": "Beat the game on april 1st to flip the game back.",
|
||||
|
||||
"entity.szar.orban": "Orbán Viktor",
|
||||
"entity.szar.magyar": "Magyar Péter",
|
||||
"item.szar.hun_disc": "Music Disc",
|
||||
"item.szar.hun_disc.desc": "Kölcsey Ferenc - Hungarian Anthem",
|
||||
"item.szar.orban_spawn_egg": "Orbán Spawn Egg"
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/hun_disc.json
Normal file
6
src/main/resources/assets/szar/models/item/hun_disc.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/hun_disc"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/template_spawn_egg"
|
||||
}
|
||||
@@ -242,5 +242,13 @@
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"hun_anthem": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:hun_anthem",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/szar/sounds/hun_anthem.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/hun_anthem.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/entity/magyar.png
Normal file
BIN
src/main/resources/assets/szar/textures/entity/magyar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
BIN
src/main/resources/assets/szar/textures/entity/orban.png
Normal file
BIN
src/main/resources/assets/szar/textures/entity/orban.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 895 B |
Binary file not shown.
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 319 B |
BIN
src/main/resources/assets/szar/textures/item/hun_disc.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/hun_disc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 320 B |
Reference in New Issue
Block a user