Releases: BentoBoxWorld/Greenhouses
Release 1.9.4
New In This Release
- Bug fixes
- New or updated language files
Compatibility
✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.x - NOTE this addon will not work with previous versions. If you need those, use an older version of the addon
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- mob spawning changes by @stuffyerface in #124
- fix water being placed adjacent to waterloggable blocks in OW greenho… by @Rossterd in #126
- 🔡 New or updated locale files
- ⚙️ Fix for Plains recipe not loading sheep mobs
- Release 1.9.4 by @tastybento in #128
Full Changelog: 1.9.3...1.9.4
Release 1.9.3
New In This Release
Configuring Custom Mobs
You can now spawn mobs with specific characteristics, such as charged creepers or rainbow sheep. This is done by adding a custom data tag to the mob type in the mobs section of your biomes.yml file. Credit to @stuffyerface for this new feature!
The format for defining a mob is as follows:
ENTITY_TYPE[#CUSTOM_DATA]: <% chance>:<spawn_block>
ENTITY_TYPE: The type of mob to spawn (e.g.,CREEPER,WOLF). This is mandatory.#CUSTOM_DATA: An optional tag to specify a variant or special state for the mob. If omitted, the mob will spawn in its default state.<% chance>: The percentage chance for the mob to spawn during a spawn attempt.<spawn_block>: The material the mob must spawn on.
Supported Custom Mob Data
Here is a list of currently supported mobs and their custom data tags. The custom data tags are case-sensitive.
-
CREEPER
#CHARGED: Spawns a charged creeper.
-
CHICKEN
#JOCKEY: Spawns a baby zombie riding the chicken.
-
SHEEP
#RAINBOW: Spawns a rainbow sheep (jeb_).
-
WOLF
#ASHEN: Spawns an ashen wolf.#BLACK: Spawns a black wolf.#CHESTNUT: Spawns a chestnut wolf.#PALE: Spawns a pale wolf (the original variant).#RUSTY: Spawns a rusty wolf.#SNOWY: Spawns a snowy wolf.#SPOTTED: Spawns a spotted wolf.#STRIPED: Spawns a striped wolf.#WOODS: Spawns a woods wolf.
If you specify custom data for a mob type that does not support it, or use an invalid data tag, an error will be logged to the console, and the mob will not be added to the biome recipe.
Example biomes.yml
This example demonstrates how to use the custom mob data tags in a biome definition.
biomes:
custom_mob_land:
friendlyname: "Custom Mob Land"
biome: PLAINS
icon: SPAWNER
priority: 100
contents:
GRASS_BLOCK: 1
STONE: 1
DIRT: 1
mobs:
# A regular pig
PIG: 10:GRASS_BLOCK
# A charged creeper
CREEPER#CHARGED: 5:STONE
# A rainbow sheep
SHEEP#RAINBOW: 5:GRASS_BLOCK
# A baby zombie chicken jockey
CHICKEN#JOCKEY: 2:DIRT
# A snowy wolf
WOLF#SNOWY: 8:GRASS_BLOCK
# A striped wolf
WOLF#STRIPED: 8:GRASS_BLOCK
moblimit: 9
maxmobs: 10Compatibility
✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.x - NOTE this addon will not work with previous versions. If you need those, use an older version of the addon
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Create plugin.yml by @BONNe in #106
- Update to 1.21.3 and CodeMC distro by @tastybento in #112
- Checks world before running command #114 by @tastybento in #115
- 117 cannot make greenhouse in nether by @tastybento in #118
- Custom Mob Data Support, misc fixes by @stuffyerface in #122
- Release 1.9.3 by @tastybento in #123
New Contributors
- @stuffyerface made their first contribution in #122
Full Changelog: 1.9.2...1.9.3
Release 1.9.2
This release adds the ability to make greenhouses in the nether or end.
Compatibility
✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.x - NOTE this addon will not work with previous versions. If you need those, use an older version of the addon
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Release 1.9.2 by @tastybento in #119
Full Changelog: 1.9.1...1.9.2
Release 1.9.1
This is a bug fix that will prevent game mode commands for Greenhouses to be run outside of their game world. This prevents an exploit where greenhouses could be made in other worlds by using a game mode command where they were allowed.
Compatibility
✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.x - NOTE this addon will not work with previous versions. If you need those, use an older version of the addon
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Fix for #114 - commands will check the world they are in
- Release 1.9.1 by @tastybento in #116
Full Changelog: 1.9.0...1.9.1
Release 1.9.0
This release is for Minecraft 1.21.x servers (and later).
Compatibility
✔️ BentoBox API 3.0.0
✔️ Minecraft 1.21.x - NOTE this addon will not work with previous versions. If you need those, use an older version of the addon
✔️ Java 21
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Release 1.8.0 by @tastybento in #113
Full Changelog: 1.7.5...1.9.0
Release 1.7.5
Code improvements and updates. No specific feature improvements or additions.
Compatibility
✔️ BentoBox 2.0.0
✔️ Minecraft 1.20.4
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Release 1.7.5 by @tastybento in #110
Full Changelog: 1.7.4...1.7.5
Release 1.7.4
Compatibility
✔️ BentoBox 1.23.0
✔️ Minecraft 1.19.4
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Version 1.7.4 by @tastybento in #109
Full Changelog: 1.7.3...1.7.4
Release 1.7.3
Compatibility
✔️ BentoBox 1.23.0
✔️ Minecraft 1.19.4
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Changes
- Release 1.7.3 by @BONNe in #107
- ⚙️Add max mobs option #99
- 🔡 Fixes help text for user command.
- 🔺Update to new Bukkit Loader
- Create plugin.yml #106
Full Changelog: 1.7.2...1.7.3
Release 1.7.2
This update add support for COCOA, which can only grow on Jungle Logs.
Compatibility
✔️ BentoBox 1.21.0
✔️ Minecraft 1.19.x
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
Changes
- Add support for Cocoa growing
- Removed console debug spam from 1.7.1
- ⚙️Added cocoa to the Jungle recipe in biomes.yml. Delete the old biomes.yml to have it updated.
Full Changelog: 1.7.1...1.7.2
Release 1.7.1
This update fixes a few bugs and adds support for water plants.
Compatibility
✔️ BentoBox 1.21.0
✔️ Minecraft 1.19.x
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.