1
0
forked from Clones/Controlify

misc rumble source

This commit is contained in:
isXander
2023-04-05 21:41:10 +01:00
parent 893f2f8839
commit f0aab6830b
3 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,7 @@ public class RumbleSource {
ITEM_BREAK = register("item_break"),
GUI = register("gui"),
EXPLOSION = register("explosion"),
MISC = register("misc"),
GLOBAL_EVENT = register("global_event");
private final ResourceLocation id;