Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Fix signs crashing + correct sign texture location
Browse files Browse the repository at this point in the history
  • Loading branch information
CorgiTaco committed Jun 10, 2022
1 parent 162c939 commit 3e85b5e
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public enum BYGWoodTypes {
BYGWoodTypes(String name, Builder builder) {
this.name = name;
this.builder = builder;
this.woodType = WoodTypeAccess.byg_create(name);
this.woodType = WoodTypeAccess.byg_invokeRegister(WoodTypeAccess.byg_create(name));

logTag = MultiTag.create(BYG.createLocation("wood/" + name + "_logs"));
}
Expand Down

0 comments on commit 3e85b5e

Please sign in to comment.