Skip to content

Commit

Permalink
added regions explored hives
Browse files Browse the repository at this point in the history
  • Loading branch information
JaisDK committed Sep 3, 2023
1 parent 0cac045 commit f30f007
Show file tree
Hide file tree
Showing 283 changed files with 19,261 additions and 1,068 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ TODO.md

*.psd

src/generated/resources/.cache

logs/latest.log
logs/debug.log
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ dependencies {
implementation fg.deobf("curse.maven:jade-324717:4654448")
implementation fg.deobf("curse.maven:the-one-probe-245211:4579432")
implementation fg.deobf("curse.maven:corail-woodcutter-331983:4573934")
// implementation fg.deobf("curse.maven:croptopia-415438:4636036")
// implementation fg.deobf("curse.maven:farmers-delight-398521:4679319")
// implementation fg.deobf("curse.maven:caupona-656147:4727564")
implementation fg.deobf("curse.maven:pams-harvestcraft-2-trees-365460:4625518")
implementation fg.deobf("curse.maven:pams-harvestcraft-2-crops-361385:4687624")

implementation fg.deobf("curse.maven:ender-io-64578:4662609")
// implementation fg.deobf("curse.maven:trophymanager-510170:4165097")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mod_name=Productive Bees
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=1.20.1-12.1.8
mod_version=1.20.1-12.1.9
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
6 changes: 6 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.20.1-12.1.9

- Fixed occasional crash
- Added support for friends and foes hives in recipes


1.20.1-12.1.8

-- Fixed crash with newly placed double feeder slabs
Expand Down
Loading

0 comments on commit f30f007

Please sign in to comment.