new disc and fix drop of community
This commit is contained in:
@@ -133,5 +133,8 @@
|
||||
"entity.szar.stalin": "Stalin",
|
||||
"item.szar.stalin_spawn_egg":"Stalin Spawn Egg",
|
||||
"entity.szar.communist": "Communist",
|
||||
"item.szar.communist_spawn_egg":"Communist Spawn Egg"
|
||||
"item.szar.communist_spawn_egg":"Communist Spawn Egg",
|
||||
|
||||
"item.szar.ussr": "Music Disc",
|
||||
"item.szar.ussr.desc": "A. Alexandrov - USSR Anthem"
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/ussr.json
Normal file
6
src/main/resources/assets/szar/models/item/ussr.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/ussr"
|
||||
}
|
||||
}
|
||||
@@ -194,5 +194,13 @@
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ussr": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:ussr",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/szar/sounds/ussr.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/ussr.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/item/ussr.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/ussr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 784 B |
Reference in New Issue
Block a user