Skip to content

Commit

Permalink
Updated to v16.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hex27 committed Sep 26, 2024
1 parent d31c2fc commit 37fd050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ public void decorateWindow(@NotNull Random rand, @NotNull Wall w) {
.apply(w.getRight());

BlockUtils.pickPottedPlant().build(w.getUp());
BlockUtils.pickPottedPlant().build(w.getLeft());
BlockUtils.pickPottedPlant().build(w.getRight());
w.getRight().getUp().setType();
BlockUtils.pickPottedPlant().build(w.getUp().getLeft());
BlockUtils.pickPottedPlant().build(w.getUp().getRight());
}
else {
DecorationsBuilder.build(w,
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TerraformGenerator
author: Hex_27
version: 16.4.0
version: 16.5.0
api-version: 1.18
description: World Generator
main: org.terraform.main.TerraformGeneratorPlugin
Expand Down

0 comments on commit 37fd050

Please sign in to comment.