serverboss
serverboss is a silly style-based roguelike campaign shiftest in minecraft made to look like a trashy mashup of old goofy ass mod showcases
yes i stole this text from the website -adenator wait hold on what
adenator was crushed by grief (also a few other things)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package com.nuclearcrackhead.serverboss.registry; | ||
|
||
import net.minecraft.entity.Entity; | ||
import net.minecraft.entity.damage.DamageSource; | ||
import net.minecraft.entity.damage.DamageType; | ||
import net.minecraft.registry.RegistryKey; | ||
import net.minecraft.registry.RegistryKeys; | ||
import net.minecraft.util.Identifier; | ||
|
||
public class ModDamageTypes { | ||
|
||
public static void init() {} | ||
|
||
public static final RegistryKey<DamageType> AGONY_DAMAGE = RegistryKey.of(RegistryKeys.DAMAGE_TYPE, Identifier.of("svbcr", "agony")); | ||
|
||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"block.svbcr.example_block": "Example Block", | ||
"block.svbcr.agony": "Agony", | ||
"item.svbcr.example_item": "Example Item", | ||
"block.svbcr.radioactive": "Radioactive Waste", | ||
"block.svbcr.sludge": "Sludge", | ||
"block.svbcr.wastebarrel": "Large Radioactive Waste Barrel", | ||
"item.svbcr.radioactive_bucket": "Radioactive Waste Barrel", | ||
"item.svbcr.example_item": "Example Item" | ||
"death.attack.agony": "%s was crushed by grief", | ||
"death.attack.agony.player": "%s was crushed by grief whilst trying to escape %s" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"values": [ | ||
"svbcr:agony" | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"exhaustion": 0.3, | ||
"message_id": "agony", | ||
"scaling": "never" | ||
} |