Missed one event. NewRegistry needs the marker.

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2020-07-27 21:13:53 -04:00
parent d21c05b9ea
commit 95d2b6ae89
No known key found for this signature in database
GPG key ID: 8EB3DF749553B1B7

View file

@ -44,7 +44,7 @@ public class RegistryEvent<T extends IForgeRegistryEntry<T>> extends GenericEven
/**
* Register new registries when you receive this event, through the {@link RecipeBuilder}
*/
public static class NewRegistry extends net.minecraftforge.eventbus.api.Event
public static class NewRegistry extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
{
@Override
public String toString() {