1
0
forked from Clones/Controlify

explosion rumble

This commit is contained in:
isXander
2023-04-05 16:36:41 +01:00
parent cf3e67fff4
commit 4da33b8eca
8 changed files with 79 additions and 4 deletions

View File

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