Releases: GrowthcraftCE/Growthcraft-1.12
Growthcraft 4.1.1.400 Release
Bug fix release
Breaking Changes
- None
New Features
- None
Bug Fixes
- Fixed #265 Further fixing of the world update lag issues.
- Fixed #289 thistle seeds have been added as a random drop when harvesting tall grass
Improvements
- Significant refactoring that resolved #265 to the block updates.
Other Changes
- None
Administrative Notes
- None
Growthcraft 4.1.1.300 Release
Bug fix release
Breaking Changes
- None
New Features
- None
Bug Fixes
- #265 Resolved the lag issues due to how we implemented Waila support for Fermentation Barrels.
Improvements
- Additional refactoring and reduction of code duplication.
Other Changes
- None
Administrative Notes
- None
Growthcraft 4.1.1.200 Release
Cork trees have arrived!
Breaking Changes
- None
New Features
- #173 Cork Trees have implemented. Cork trees grow as normal trees. Using an axe players can right click the cork logs to strip the bark off to make Cork Bark. By default there is a 50% chance for the cork bark to grow back each time the block is updated. The growth rate is configurable.
Bug Fixes
- None
Improvements
- Additional refactoring and reduction of code duplication.
Other Changes
- None
Administrative Notes
- None
Growthcraft 4.1.1.100 Pre-Release
This is a bugfix pre-release to address the cascading worldgen lag caused by the Growthcraft Bees bee hive generation.
Breaking Changes
- None
New Features
- None
Bug Fixes
- Fixed #276 Cascading WorldGen lag due to beeHives.
Improvements
- Additional configuration options for Growthcraft Bees Bee Hive world generation.
Other Changes
- We have address some Code Smell issues identified by SonarQube analysis.
Administrative Notes
GitHub Actions
We have migrated from Travis-CI to GitHub actions. What does this mean? It means that our CI/CD environment is now fully integrated with GitHub. When we tag a release, within minutes will be uploaded to the GitHub releases and be posted to the Discord channel.
Why did we do this? Routinely our CI/CD pipeline would break in Travis-CI due to various reasons. Using it was when Travis-CI did an update to the environment that we were not tracking. This would usually cause a day or two delay in posting a tagged release to GitHub.
Growthcraft Test Server
This version has been uploaded to the test server.
Growthcraft 4.1.1 Release
Bug fix release
Breaking Changes
- None
New Features
- None
Bug Fixes
- Improvements to Bee Hive generation ( @darthvader45 )
- #276 Refactored Bee Hive worldgen by simplifying it and adding biome checking
Improvements
- Added Kumis recipe compatibility with Forestry Milk
- #225 #277 Added bucket to bottle and bottles to bucket conversions for Growthcraft Milk fluids
- #276 Added additional configuration options for generating bee hives
Other Changes
- Additional refactoring and reduction of code duplication
Administrative Notes
- Fixed an issue with SonarCloud code analysis
- Migrated to GitHub Actions from Travis-CI, releasing to GitHub releases now is automatic on Tag creation.
Growthcraft 4.1.0 Release
The Growthcraft team is very excited to be able to release version 4.1.0 as our first stable release for Minecraft 1.12.2. During this release we primarily focused on stability and wrapping up all of the outstanding bugs.
Breaking Changes
- We updated some of the Cheese Vat recipes and as such, you may need to clear your config/growthcraft directory.
New Features
- New cheese: Gouda, Casu Marzu,
- Added a Cheese Knife, to be used when cutting cheese wheels.
- Cheese wheels now act like slabs and are stackable. They have to be the same in order to stack them.
Bug Fixes
- Fixed a recipe conflict between Provolone and Gouda. Gouda is now craftable via the Cheese Vat.
- Fixed a persistent inventory issue with Fishtraps. Fishtraps now keep their inventory after a server restart.
- Fixed bait logic with Fishtraps, they now respect the user configuration settings for requiring bait and even enforce the strict bait settings.
- Beeboxes now completely fill the empty honey combs.
Improvements
- We now have all 16 wax colors.
- All blocks and items now have textures.
- Balanced cheese food stats and drop amount.
- Cheese vat production progress now available when using The One Probe.
- More lang file updates and thanks to Emirhangg we now have a Turkish translation.
Other Changes
- Implemented code analysis using SonarQube.io
Administrative Notes
Now that we have reached our 4.1.0 milestone, we will be updating our mod development life cycle so that there is a clear roadmap for our project. This includes a published roadmap, release chains using both Curse Forge and GitHub, and a focus on documentation. We already have a lot of good ideas for future features and are looking forward to implementing them while at the same time making the code base more flexible so that future updates to major versions of Minecraft/Forge occur faster.
Growthcraft 4.0.5 Beta Release
4.0.5
This release is mainly focused on bug fixes and preparing for the regular release 4.1.
Release Contributors
- Alatyami
- Avatair
- Kisutora
Snapshot History
20190807 - growthcraft-1.12.2-4.0.5.300.DEV.fae8a5e
20190710 - growthcraft-1.12.2-4.0.5.200.DEV.a2c0ebb
20190524 - growthcraft-1.12.2-4.0.5.100.DEV.83f7db5
Enhancements
- 4.0.5.300 #37 Added Growthcraft Rice configurations.
- 4.0.5.300 #209 Added TheOneProbe progress meter to Cheese Vat
- 4.0.5.200 Added stackable cheese wheels! Cheese wheels now act like slabs.
- 4.0.5.200 Added Grape and Hops seeds to Vine loot tables with configurable drop chance.
- 4.0.5.200 Added Waila support for Apples on apple trees.
- 4.0.5.100 Added Waila support for Fermentation Barrel, you'll now see contents and progress.
- 4.0.5.100 Added recipe for converting Bucket of Honey to 4 Bottles of honey.
- 4.0.5.100 Added remaining colors of BeesWax, we now have all sixteen.
- 4.0.5.100 Added the block definition for the new Wine Rack (functionality will be later).
Bug Fixes
- 4.0.5.300 Resolved #230 Grape vines now follow the rope.
- 4.0.5.300 Resolved #215 Added missing lang entries for Growthcraft Milk
- 4.0.5.300 Resolved #207 Fixed recipe conflict between Casu Marxu and Gorgonzola cheese.
- 4.0.5.300 Resolved #158 Fixed recipe for Ricotta Bowl
- 4.0.5.300 Resolved #139 Fixed Honey Buncket and Bottle conversions.
- 4.0.5.300 Resolved #117 Grape Vine will now stay when lower block is dirt or grass.
- 4.0.5.200 Resolved #81 Cheese press and cheeses now have textures in TheOneProbe.
- 4.0.5.200 Resolved #8 Butter churn not has the correct particles.
- 4.0.5.200 Resolved #194 Missing cheese textures ... are no longer missing.
- 4.0.5.100 Resolved #201 Bamboo recipes are now implemented and leaves decay as expected.
- 4.0.5.100 Resolved #166 RiceCrop now checks for the block type before checking if it is radioactive.
- 4.0.5.100 Resolved lever issue with FruitPress. You can now attach levers to the top of the press again.
- 4.0.5.100 Resolved more cheese model and texture issues.
Misc.
- 4.0.5.300 Implemented #116 by re-balancing bone meal randomness
- 4.0.5.100 We now build against JEI 4.15.0.268
Growthcraft 4.0.4.500 Release
4.0.4.500 (Target: Feb 1, 2019)
This release is mainly focused on bug fixes and preparing for the regular release 4.1.
Release Contributors
- Avatair
- Alatyami
- Sunconure11
Snapshot History
20190316 - growthcraft-1.12.2-4.0.4.500.DEV.edfa143
Enhancements
- Added rice to cropRice OreDictionary for mod recipe compatibility.
- Added Kumis as a fermentable Milk product.
- Added GrowthcraftRice configuration options for bone.
- Added Fermentation recipe for Mead Young.
- New Cheeses, thanks to the Sunconure11
- BeeHives now generate in the world
- Mead is fully fermentable.
- Growthcraft Bees is now fully configurable
Bug Fixes
- Resolved multiple issues with Rice Crop by changing from BlockBush to BlockCrop.
- Resolved Hyper-Extending mead.
Growthcraft 4.0.4.400 Beta Release
4.0.4.400 (Target: Jan 31, 2019)
This release is mainly focused on bug fixes and preparing for the regular release 4.1.
Release Contributors
- Avatair
- Alatyami
- Deshiba
- coro101
Snapshot History
20190121 - growthcraft-1.12.2-4.0.4.400.DEV.52b3e0d
20190120 - growthcraft-1.12.2-4.0.4.400.DEV.d409c61
Enhancements
- Apple spawning has been more balanced.
- Apple Trees are now compatible with Serene Seasons.
- Started the work towards advancements.
- Cheese Vat now has feets that extend out when over a air block or fire.
- Snow no longer collects on a non-solid Growthcraft blocks.
- Rope fences have been redesigned (code only).
- Added integration for SereneSeasons.
- Growthcraft now has a Korean translation, thanks to coro101.
- Added JEI compatible recipe for Ricotta Cheese.
- Added rice to the listAllRice ore dictionary.
- Rice can now be bone-mealed.
- Disabled spoiling of non-alcoholic fluids.
- Added configuration options for Growthcraft Hops and Cellar.
- Added fallback recipe handling for fermentation and brewing.
- Removed brew kettle lid and barrel tap stacking restrictions.
- Rice can now be harvested by right clicking a mature Rice Crop.
- Added more honey extraction recipes.
- Added decorative tap to fermentation barrels.
Bug Fixes
- Major fixes to Apple Trees, leaves despawn, coloring is fixed, sheared leaves no longer produce apples.
- Fixed fence connectivity issues with GC blocks.
- Fixed bowl consumption with bowl based foods.
- Fixed more missing recipes.
- More missing lang fixes.
- Fixed rope sound.
- Fixed Thistle and Rope bounding/collision boxes.
- Fixed some cheese textures, they no look more edible.
- Fixed Rice Crop AGE steps.
- Grape vines no longer break when no longer over farmland vs. dirt.
- Fixed Apple Tree fruit drop direction.
- Fixed honey pot being craftable with everything.
- Fixed lang file translations for cheese wheels.
- Cheese curds colors now match the block item counterparts.
Growthcraft 4.0.4 Beta Release
4.0.4.300 (Target: Dec 25, 2018)
This bug fix release that also includes lang corrections and additions.
Enhancements
- Added honey boozes
- Added config for secondary drops from the cultivator
- Added config for mead boozes
Bug Fixes
- Fixed dropHoney conflict
- Fixed RicePaddy flooding logic, it now floods in a complete square
- Added chance for rice to drop when using the cultivator
- Fixed Rope connection issues with fences
- Ethereal yeast cide is fermented now from extended or potent cider
4.0.4.200 (Target: Nov 1, 2018)
This feature release is focused on configuration.
Enhancements
f20f1b6 Cheese Curds and Onigiri texture updates
8393fef Some texture updates
cb4965d Implemented Configurable WorldGen for SaltOre
d26651f Implemented Growthcraft Rice Config for fermentation/brew time
182e0df Added Rustic compatibility for Apples
294178f Added apple boozes and booze recipes
Bug Fixes
1146ea3 Fixed crash with SideOnly in
4.0.4.100 (Oct 18, 2018)
This is a feature release that includes Growthcraft Rice. GC-Rice adds rice, rice crops, rice paddies, and sake to the world of Minecraft. Our team looked around and realized that in order for us to cook rice in the Brew Kettle it needed a lid. Without the lid, the rice cooked to fast and became dry.
Sake has been added as a brewable and fermentable booze. The process has changed some since it was last released in Growthcraft 2.7. The Brew Kettle now requires a lid to make the rice water required for sake.
Enhancements
45b16b0 Added a lid option to the Brew Kettle for steaming rice.
ab01048 Brew Kettle now bubbles based on the fluid.
e1f03ea Steam added when removing lid from Brew Kettle.
Bug Fixes
7147c2b Fixed emmentaler cheese item color.
b89a3be Fixed #23 Server crash when player used rope with SpongeForge. Thanks, ginyai!