Skip to content

Commit

Permalink
Merge branch '1.21'
Browse files Browse the repository at this point in the history
* 1.21:
  Added missing bamboo beehive
  fixes
  • Loading branch information
Faboslav committed Jul 17, 2024
2 parents db0fcad + 226566f commit ec46ed2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.15

- Fixed pig spawning in the iceologer cabin structure
- Fixed beehive states

## 2.0.14

- Totem of Undying is now properly supported in the modded slots
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public final class FriendsAndFoesBlockEntityTypes
{
private static final Set<Block> BEEHIVE_BLOCKS = ImmutableList.of(
FriendsAndFoesBlocks.ACACIA_BEEHIVE.get(),
FriendsAndFoesBlocks.BAMBOO_BEEHIVE.get(),
FriendsAndFoesBlocks.BIRCH_BEEHIVE.get(),
FriendsAndFoesBlocks.CHERRY_BEEHIVE.get(),
FriendsAndFoesBlocks.CRIMSON_BEEHIVE.get(),
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.caching=true
# Mod
mod_name=Friends&Foes
mod_id=friendsandfoes
mod_version=2.0.14
mod_version=2.0.15
mod_author=Faboslav
mod_description=Adds outvoted and forgotten mobs from the mob votes in a believable vanilla plus style.
maven_group=com.faboslav.friendsandfoes
Expand Down

0 comments on commit ec46ed2

Please sign in to comment.