Skip to content

Commit

Permalink
Updated Release Version to 1.20.30-r2 (#1399)
Browse files Browse the repository at this point in the history
* Made BlockWood use the same WoodType Block state as the other blocks
(OLD_LOG_TYPE was deprecated)

* Fixed BlockRedstoneRepeater Direction

* Fixed block_mappings for log axis

* Removed doubled log2 section

* Updated Release Version to 1.20.30-r2

* release +u
  • Loading branch information
Verox001 authored Oct 20, 2023
1 parent fb538f3 commit a37e4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ repositories {
}
dependencies {
compile group: 'cn.powernukkitx', name: 'powernukkitx', version: '1.20.30-r1'
compile group: 'cn.powernukkitx', name: 'powernukkitx', version: '1.20.30-r2'
}
```

Expand All @@ -156,7 +156,7 @@ dependencies {
<dependency>
<groupId>cn.powernukkitx</groupId>
<artifactId>powernukkitx</artifactId>
<version>1.20.30-r1</version>
<version>1.20.30-r2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>cn.powernukkitx</groupId>
<artifactId>powernukkitx</artifactId>
<version>1.20.30-r1</version>
<version>1.20.30-r2</version>

<inceptionYear>2023</inceptionYear>
<organization>
Expand Down

0 comments on commit a37e4f4

Please sign in to comment.