Skip to content

Commit

Permalink
1.0.3 1
Browse files Browse the repository at this point in the history
  • Loading branch information
12345-mcpython committed Jul 17, 2022
1 parent 8d8509f commit b8da013
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
63 changes: 0 additions & 63 deletions src/main/java/com/laosun/stackone/Stack.java

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/com/laosun/stackone/StackOneMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@

@Mod(StackOneMod.MODID)
public class StackOneMod {
// Define mod id in a common place for everything to reference
public static final String MODID = "stackone";
// Directly reference a slf4j logger
public static final Logger LOGGER = LogUtils.getLogger();
// Create a Deferred Register to hold Blocks which will all be registered under the "examplemod" namespace

public StackOneMod() {
IEventBus modEventBus = FMLJavaModLoadingContext.get().getModEventBus();

// Register the commonSetup method for modloading
modEventBus.addListener(this::commonSetup);
}

Expand Down

0 comments on commit b8da013

Please sign in to comment.