Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Jan 28, 2024
1 parent 6d65566 commit 7883acb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions 1.12.2/src/main/java/legendarium/LI.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ public class LI {
public static Item arkenstone;
public static Item silmaril;

private LI() {
}

@GameRegistry.ObjectHolder("legendarium")
@Mod.EventBusSubscriber
public static class RegistryEvents {
Expand Down
3 changes: 0 additions & 3 deletions 1.13.2/src/main/java/legendarium/LI.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ public class LI {
public static Item arkenstone;
public static Item silmaril;

private LI() {
}

@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD)
public static class RegistryEvents {
private RegistryEvents() {
Expand Down
3 changes: 0 additions & 3 deletions 1.14.4/src/main/java/legendarium/LI.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ public class LI {
public static Item arkenstone;
public static Item silmaril;

private LI() {
}

@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.MOD)
public static class RegistryEvents {
private RegistryEvents() {
Expand Down

0 comments on commit 7883acb

Please sign in to comment.