From c2455718f9d94528f8de6d7511f9c32a9e4077e4 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 15 Feb 2023 21:43:33 +0100 Subject: chore: removed example from template --- src/main/java/ftbsc/bscv/BoSCoVicino.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main/java/ftbsc/bscv/BoSCoVicino.java b/src/main/java/ftbsc/bscv/BoSCoVicino.java index 6975560..c533bf5 100644 --- a/src/main/java/ftbsc/bscv/BoSCoVicino.java +++ b/src/main/java/ftbsc/bscv/BoSCoVicino.java @@ -151,15 +151,4 @@ public class BoSCoVicino implements ICommons { LOGGER.error("Local player is NULL"); } } - - // You can use EventBusSubscriber to automatically subscribe events on the contained class (this is subscribing to the MOD - // Event bus for receiving Registry Events) - @Mod.EventBusSubscriber(bus=Mod.EventBusSubscriber.Bus.MOD) - public static class RegistryEvents { - @SubscribeEvent - public static void onBlocksRegistry(final RegistryEvent.Register blockRegistryEvent) { - // register a new block here - LOGGER.info("HELLO from Register Block"); - } - } } -- cgit v1.2.3-56-ga3b1