Skip to content

Commit

Permalink
Merge pull request #12 from HiedaCamellia/bugfix
Browse files Browse the repository at this point in the history
修正mod_id不匹配的错误
  • Loading branch information
HeChuQIU authored May 3, 2024
2 parents dec6472 + 90ab9fe commit c6363b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public class NuclearElysian {

// Define mod id in a common place for everything to reference
public static final String MODID = "nucleardelight";
public static final String MODID = "nuclearelysian";
// Directly reference a slf4j logger
private static final Logger LOGGER = LogUtils.getLogger();
// Create a Deferred Register to hold Blocks which will all be registered under the "nucleardelight" namespace
Expand Down

0 comments on commit c6363b1

Please sign in to comment.