Skip to content

Commit

Permalink
wood sign fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MehVahdJukaar committed Dec 2, 2024
1 parent 275b0ff commit 16235a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public void initializeChildrenBlocks() {
this.addChild("hanging_sign", this.findRelatedEntry("hanging_sign", BuiltInRegistries.BLOCK));
this.addChild("wall_hanging_sign", this.findRelatedEntry("wall_hanging_sign", BuiltInRegistries.BLOCK));
this.addChild("sign", this.findRelatedEntry("sign", BuiltInRegistries.BLOCK));
this.addChild("wall_sign", this.findRelatedEntry("wall_sign", BuiltInRegistries.BLOCK));
}

@Override
Expand Down

0 comments on commit 16235a0

Please sign in to comment.