This commit is contained in:
2026-02-13 13:33:50 +01:00
parent be82e6eed1
commit 2ff4bf2bf3
20 changed files with 296 additions and 13 deletions

View File

@@ -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"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "szar:item/baiter"
}
}

View File

@@ -42,5 +42,13 @@
"stream": true
}
]
},
"baiter": {
"sounds": [
{
"name": "szar:baiter",
"stream": true
}
]
}
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 B

View File

@@ -0,0 +1,5 @@
{
"message_id": "radiation",
"exhaustion": 0.1,
"scaling": "never"
}

View File

@@ -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