JUICE JUICE
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
"effect.szar.radiation": "Radiation",
|
||||
"item.szar.baiter": "Music Disc",
|
||||
"item.szar.baiter.desc": "HaVexy - Hyperabaiter Disstrack",
|
||||
"item.szar.efn": "Music Disc",
|
||||
"item.szar.efn.desc": "Daciva - EFN",
|
||||
"death.attack.radiation": "%1$s radiated away",
|
||||
"death.attack.radiation.player": "%1$s was lethally irradiated by %2$s",
|
||||
"entity.szar.merl": "Merl",
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/efn.json
Normal file
6
src/main/resources/assets/szar/models/item/efn.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/efn"
|
||||
}
|
||||
}
|
||||
@@ -51,6 +51,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"efn": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:efn",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"merl": {
|
||||
"sounds": [
|
||||
{
|
||||
|
||||
BIN
src/main/resources/assets/szar/sounds/efn.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/efn.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/sounds/efn_mc.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/efn_mc.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/item/efn.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/efn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 726 B |
Reference in New Issue
Block a user