Skip to content

Commit

Permalink
updated various things
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunimark committed Jul 30, 2023
1 parent 4845a07 commit 8a33591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks.withType(JavaCompile).configureEach {
}

java {
withSourcesJar()


sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/dunimark/rftl/RottenFleshToLeatherMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

public class RottenFleshToLeatherMod implements ModInitializer {
public static final Logger LOGGER = LogManager.getLogger();
public static final String MODID = "rotten_flesh_to_leather";
public static final String MODID = "rftl";

@Override
public void onInitialize() {
LOGGER.info("Initializing RottenFleshToLeatherMod");
LOGGER.info("Initializing rftl");

}
}

0 comments on commit 8a33591

Please sign in to comment.