close #126
This commit is contained in:
parent
726fc8427e
commit
3638ec7b01
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import net.minecraft.world.item.DyeColor
|
|||
import net.minecraft.world.item.ItemStack
|
||||
import net.minecraft.world.phys.Vec3
|
||||
|
||||
sealed class Mishap : Throwable() {
|
||||
abstract class Mishap : Throwable() {
|
||||
/** Mishaps spray half-red, half-this-color. */
|
||||
abstract fun accentColor(ctx: CastingContext, errorCtx: Context): FrozenColorizer
|
||||
|
||||
|
|
Loading…
Reference in a new issue