shit
This commit is contained in:
@@ -61,5 +61,10 @@
|
||||
"item.szar.uranium": "Uranium",
|
||||
"item.szar.uranium_rod": "Uranium Rod",
|
||||
"item.szar.nuke_core": "Nuke Core",
|
||||
"item.szar.atom": "Nuke"
|
||||
"item.szar.atom": "Nuke",
|
||||
"effect.szar.radiation": "Radiation",
|
||||
"item.szar.baiter": "Music Disk",
|
||||
"item.szar.baiter.desc": "HaVexy - Hyperabaiter Disstrack",
|
||||
"death.attack.radiation": "%1$s succumbed to radiation sickness",
|
||||
"death.attack.radiation.player": "%1$s was lethally irradiated by %2$s"
|
||||
}
|
||||
|
||||
6
src/main/resources/assets/szar/models/item/baiter.json
Normal file
6
src/main/resources/assets/szar/models/item/baiter.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/baiter"
|
||||
}
|
||||
}
|
||||
@@ -42,5 +42,13 @@
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"baiter": {
|
||||
"sounds": [
|
||||
{
|
||||
"name": "szar:baiter",
|
||||
"stream": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
src/main/resources/assets/szar/sounds/baiter.ogg
Normal file
BIN
src/main/resources/assets/szar/sounds/baiter.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/szar/textures/item/baiter.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/baiter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 320 B |
BIN
src/main/resources/assets/szar/textures/mob_effect/radiation.png
Normal file
BIN
src/main/resources/assets/szar/textures/mob_effect/radiation.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 B |
5
src/main/resources/data/szar/damage_type/radiation.json
Normal file
5
src/main/resources/data/szar/damage_type/radiation.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"message_id": "radiation",
|
||||
"exhaustion": 0.1,
|
||||
"scaling": "never"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
accessWidener v2 named
|
||||
|
||||
accessible field net/minecraft/client/gui/hud/InGameHud spyglassScale F
|
||||
accessible field net/minecraft/entity/LivingEntity jumping Z
|
||||
accessible field net/minecraft/entity/LivingEntity jumping Z
|
||||
accessible class net/minecraft/client/gui/hud/InGameHud$HeartType
|
||||
Reference in New Issue
Block a user