Skip to content

Commit

Permalink
Released v1.0.0-alpha.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic428 committed Apr 24, 2023
1 parent 0b1c652 commit c8952de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Resourceful Bees is a Minecraft mod that provides a feature rich framework API f

### Wiki

TODO: Add wiki link when gitbook wiki is ready
You can find our wiki [here](https://wiki.resourcefulbees.com/).

### License and Availability

Expand All @@ -28,12 +28,12 @@ repositories {
```
You can then add our mod as a dependency:

Forge:
### Forge:
```gradle
dependencies {
<--- Other dependencies here --->
implementation fg.deobf("com.teamresourceful.resourcefulbees:resourcefulbees-forge-1.19.2:1.0.0-alpha.18")
implementation fg.deobf("com.teamresourceful.resourcefulbees:resourcefulbees-forge-1.19.2:1.0.0-alpha.19")
//below are required dependencies for resourceful bees to work.
runtimeOnly fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.19.2:1.1.23")
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
patch=0
buildTime=0
build=18
build=19
releaseType=alpha
currentMCVersion=1.19.2
initialMCVersion=1.19.2
version=1.0.0-alpha.18
version=1.0.0-alpha.19

0 comments on commit c8952de

Please sign in to comment.