Skip to content

Commit

Permalink
Merge pull request #4 from RemasteredArch/1.20
Browse files Browse the repository at this point in the history
Update startup log, add spiders
  • Loading branch information
Jaxydog authored Mar 3, 2024
2 parents ee4a0a4 + 4a1b00a commit 22bac68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jaxydog/Cheese.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void onInitialize() {

AutoRegisterImpl.runMain();

Cheese.LOGGER.info("Cheese has loaded :)");
Cheese.LOGGER.info("Cheese has loaded! Thanks for playing :3");
}

public static Identifier newId(String path) {
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/dev/jaxydog/content/block/TomatoesBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ public void registerClient() {
BlockRenderLayerMap.INSTANCE.putBlock(this, RenderLayer.getCutout());
}

// spiders 🕷️ 🕸️

}

0 comments on commit 22bac68

Please sign in to comment.