Skip to content

Better than Wolves CE v1.3.7

Compare
Choose a tag to compare
@ammoore00 ammoore00 released this 09 Feb 23:34
· 20 commits to main since this release

Thanks to the following people who contributed to this release!

  • Dawnraider
  • Peakstep

/--General--/

  • Added a Simplified Chinese translation. Thanks to Peakstep for providing the translation!

/--Gameplay--/

  • Changed the recipe for the screw. The recipe remains the same shape, using a column of three iron ingots in the center, while the outer ingots have been changed to nuggets. This should help make screw pump towers a little more accessible in the mid game, without completely devaluing their cost.
  • Changed vanilla armor types to have equal durability across armor slots to match mod armors.

/--Addon API--/

  • Changed the type passed in to the world decorator hook from last release from BiomeDecorator to a new interface FCIBiomeDecorator, which BiomeDecorator implements.
  • Changed the hook for checking for valid snow placement to pass the current world as an argument.
  • Fixed an issue where some instances of the game checking for snow did not use the new hook.