Skip to content

Releases: GrowthcraftCE/Growthcraft-1.7

Growthcraft 2.7.3

27 Mar 23:29
277a255
Compare
Choose a tag to compare

2.7.3 Fixes / New Features

Pull Requests: 2.7.3 Release, Fixed Gradle build, translations, and a visual bug
Release Date: March 27, 2023

Fixes

  • Fixes #414, stomach drop bug (#447) (thanks @moxventura)
  • Fixes #431, Fish Trap loot being far too OP
  • Fixes #462, texture for mature Rice never being used
  • Fixes untranslated localizations not showing up as the English version, but instead as the "name" of the translation (e. g. "item.grc.rope.name" instead of "Rope")

Changes

  • Largely improved/added the German translation
  • Small improvements to every localization

New Contributors

2.7.2

03 Jan 21:37
Compare
Choose a tag to compare

2.7.2 Fixes / New Features

Pull Requests: 2.7.1 Release, 2.7.2 Release
Release Date: January 3, 2017

Fixes

  • Fixes #425, BeeBox item duplication
  • Fixes the ItemCrowbar missing error (by including the Buildcraft IToolWrench Interface)

Changes

  • Improved item merge behavior for BeeBox
  • Improved shift item merge behavior for Growthcraft containers
  • Fish Trap can now interact with hoppers etc. (INSERTING into bait slot, EXTRACTING from loot/trap slots)
  • Improved Russian translation (shoutout to @vrnRaptor)

2.7.0

26 Sep 12:38
Compare
Choose a tag to compare

2.7.0 Fixes / New Features

Pull Request: 2.7.0 Changes
Release Date: Pending

Fixes

  • Fixes #419, whey bottles are registered as foodStock
  • Fixes #417, same as 415
  • Fixes #416, fishtrap has seen an overhaul, including a new bait slot, 1 new inventory slot for catches and more configuration for the fishtrap
  • Fixes #415, re-added recipes and more ore dictionary support (there are a few bugs, but there are always bugs)
  • Fixes #413, Shift clicking, could place invalid items into slots they shouldn't, fixed item duplication bug in bee box
  • Fixes #410, by adding kumis' default recipe to use TaggedFluidStacks instead of fixed fluids
  • Fixes #408, All inventory containers would duplicate their inventory upon being broken with a crowbar (or any IToolWrench item)

Changes

  • IInteractionObject has been back ported from Minecraft 1.8 for use in Growthcraft and depdendent mods
  • GUIs have had a minor rehaul (code wise), the GuiProvider has been simplified and made generic
  • Moved all TileEntity interfaces into a feature subdirectory to clear up the base level
  • All village gen can be toggled via config options
  • Setting the brewerID to 0 will disable all trade handlers related to brewer
  • Setting the apiaristID to 0 will disable all trade handlers related to bees

2.6.3

07 Aug 17:08
Compare
Choose a tag to compare

2.6.2 Fixes / New Features

Pull Request: 2.6.2 Changes
Release Date: Pending

  • #404 - Resolved automagy milk incompatibility
  • #401 - Fixed eating one unit of honey gives two flower pots
  • Added "fluidmilk" as a possible milk-like fluid
  • Some Russian translations (Thanks @Ghostlyr)

2.6.2

17 Jul 18:47
Compare
Choose a tag to compare

2.6.2 Fixes / New Features

Pull Request: 2.6.2 Changes
Release Date: Pending

  • #385 - Fixed Cellar tiles crashing during a gui sync
  • Added new config option for controlling thistle world gen spawn rate (on worldgen)
  • Reduce Thistle Spread Range (it is now only 1 block in each direction)
  • #392.1 - Removed Thistle world gen logging
  • #392.2 - Shifted some logs up from INFO to DEBUG
  • Thistle can now be toggled via config option
  • Thistle worldgen can now be toggled via config option
  • More logging level changes (moved several info level logs to debug)
  • Added Thistle Seed Item
  • Thistle now grows in stages and will spawn as seedlings
  • Thistle is evil
  • Added Thistle to listAllseed and en_US localization (Thanks @Sunconure11)
  • Updated Thistle Seed texture with one from Mangoose on the forums
  • Disabled NEI handlers indefinitely due to #387

2.6.1

12 Jun 23:46
Compare
Choose a tag to compare

2.6.1 Fixes / New Features

Pull Request: 2.6.1 Changes
Release Date: June 12, 2016

  • Fixed Booze young variants reducing saturation (they should have increased it instead)
  • #375 - Fixed all cellar devices (Ferment Barrel, Brew Kettle, Culture Jar, Fruit Press) guis, fluid amounts over 65535 would cause wrap-around and other odd bugs.

2.6.0

05 Jun 13:45
Compare
Choose a tag to compare

2.6.0 Fixes / New Features

Pull Request: Release PR
Release Date: June 5, 2016

  • #306 - Salt Bucket duplication bug
  • #311 - Thistle spread logic was broken
  • #322 - Critical bug with FluidHandler blocks causing a refresh when nothing changed
  • #326 - Ricotta bowls are configurable
  • #346 - Thistle tick rate restored
  • #349 - "Young" Booze was renamed
  • #358 - Fluid got a major overhaul with the addition of Fluid Container based crafting recipes
  • #360 - Config option for changing Vanilla bottle behvaiour (making it a container and setting its contents to 333mB)
  • #361 - Fixed serialization errors with MultiFluidStackSchema and ItemStacks
  • #362 - Milk, Skim Mlk, Butter Milk and Whey bottles are now drinkable
  • #363 - Tags for specifying biome types
  • All booze recipes have been updated to use ore dictionary or fluid dictionary items and fluids.
  • Yeast Types have been registered as Ore Dictionary items now:
Brewers - yeastBrewers
Origin - yeastOrigin
Ethereal - yeastEthereal
Bayanus - yeastBayanus
Lager - yeastLager
  • The Amazing Stick is no more, instead use a Crowbar, and do the same thing
  • Rather broken support, but still support Brew Kettle, Fruit Press and Fermenting Barrel recipes in NEI
  • Fermenting Barrels should now drop with their fluid content if broken with a IToolWrench item (Buildcraft Wrenches or Growthcraft Crowbars)
  • Cheese Press can now be toggled via redstone
    • Added 2 new config options to growthcraft/milk.conf (Device/Cheese Press)
      • "Redstone Operated" - should the block be toggled via redstone? (this may break the Hand Operation)
      • "Hand Operated" - should the block be toggled by hand? (may not work as expected with Redstone Operated)
  • Cheese recipes now accept materialSalt
  • Added bucketSalt, bottleSalt, bottleSaltwater, and bucketSaltwater ore dictionary entries
  • Cheese Vat should now accept cheese ingredients in any order
  • Cheese Blocks now drop their slices upon breaking (like they are SUPPOSE TO.)
  • Added Salt Blocks
  • Fixed MAJOR fluid handling bug - All fluid handler blocks would trigger a refresh regardless of if the fluid was drained or filled if they used the FluidTanks interface
  • Bees module fixes, including Forestry Fluid names by @SimonMeskens
  • Updated pt_BR lang by @Ar97x
  • User Configs now allow nulls
  • Fixed edge case with InventoryProcessor#slotsAreValid where the slot id was greater than or equal to the inventory size

2.5.2

08 Apr 20:22
Compare
Choose a tag to compare

New Features

Bamboo Rope fences are now flamable.
Rope can now attach to Et Furturm and Natura fences.
Fruit presses now ignore NBT data.
You can now drink from Water Bags and they can pick up fluids as well.
Food stats have been added to BoozeEntry. Everything has been dropped to 1 heal and some saturation values have been tweaked.
Bee boxes compatibility with Natura.
Additional updates to translations.

Bug Fixes

Hanging curds bug has been resolved.
Issues with disabling Milk and Honey has been resolved.

2.5.1

03 Apr 18:00
Compare
Choose a tag to compare

Bug Fixes

Growthcraft Milk

With this release we have fixed a bug in Growthcraft Milk, with hanging curds. They will no longer change back to Cheddar upon reloading of the world.

Growthcraft Bees

It has been noted that there was an issue with the Bee Box not refreshing its texture correctly.

2.5.0

30 Mar 12:00
Compare
Choose a tag to compare