Skip to content

Releases: alcatrazEscapee/primal-winter

Primal Winter 1.21.1-6.0.1

18 Sep 16:20
Compare
Choose a tag to compare

Changes

  • Fix winter biomes added by TerraBlender (essentially all modded biomes) not getting converted to winter variants when in a winter dimension.
  • Added translation keys for new block tags added by primal winter

Primal Winter 1.21.1-6.0.0

18 Sep 15:48
Compare
Choose a tag to compare

Updated to 1.21, available for both NeoForge and Fabric

Changes

  • Added Frozen Sugar Cane
  • Added Frozen Cactus
  • Added Frozen Bamboo
  • Added Frozen Lily Pads
  • Added Frosted Mushroom Blocks
  • Added Frosted Azalea and Frosted Flowering Azalea Leaves
  • Snow placement has been improved to replace flowers, and other grasses.
  • Snowy variants of blocks now spawn underneath other plant-like blocks
  • Wolves, Wandering Traders, Llamas, and hostile raid mobs are immune to freezing and capable of walking on powder snow. (#94)
  • Strays are more frequent spawns in all biomes
  • Villages spawn as abandoned villages
  • Fog transitions are a bit smoother when moving between lit and unlit areas.
  • Add ko_kr translation (#91)
  • Added a builtin, in-game config UI (NeoForge only)

Fixes / Technical Changes

  • Fog is constant, independent of the user-selected render distance (#100)
  • Primal Winter now affects dimensions on a yes/no basis. Biomes must be selectively generated in snowy, or non-snowy dimensions, respectively. All effects (rendering, block replacements, biome temperature, weather, etc.) are tied to a dimension being "winter" or not. This can be adjusted in the config. (#79, #101)

Primal Winter 1.20-5.0.0

09 Jun 13:04
Compare
Choose a tag to compare

Update to 1.20

Added frozen block variants for Mangrove Logs, Leaves, Roots + Muddy Roots, Cherry Logs + Leaves, and Mud. Once again thanks to EERussianGuy for doing the textures.

Primal Winter 1.19.2-4.0.1

20 Apr 12:36
Compare
Choose a tag to compare

Changes

  • Fixed incompatibility (crash on startup) with No Tree Punching (#68, #69, #77)
  • Added ja_jp translation (#72)

Primal Winter 1.19.2-4.0.0

30 Nov 01:28
Compare
Choose a tag to compare

Updated to Minecraft 1.19.2.

Primal Winter 1.18.2-3.1.0

23 Oct 13:29
Compare
Choose a tag to compare

Changes

Refactored the way config files work! There is now one config file, located at .minecraft/config/primalwinter.toml. It has separate sections for client-only options. Note that changes made to this file do not automatically appear in-game, instead you must use the command primalwinterReloadConfig to update them.

Along with this change, a few config options that were broken or unused have now been implemented properly:

  • snowSounds, which controls the sound of snow.
  • snowDensity, which controls the visual density of snow.

This should also resolve issues such as #62, where invalid default config values caused the mod to appear inoperable.

Primal Winter 1.18.2-3.0.2

26 Jun 16:48
Compare
Choose a tag to compare

Changes

  • Fix the weather being set at every world load - it is now only set for new worlds, so manual /weather changes will persist through world reloads.
  • Fix /gamerule doWeatherCycle not being set to false. This inadvertently meant that beds would sleep through the storm. (#60)

Primal Winter 1.18.2-3.0.1

15 Jun 00:42
Compare
Choose a tag to compare

Changes

Fix an incompatibility with sodium-extra by using a more composable mixin to prevent sunrise and sunset fog from rendering during snowstorms.

Primal Winter 1.18.2-3.0.0

12 Jun 18:24
Compare
Choose a tag to compare

1.18.2 Update!

Better late than never. Nothing has particularly changed, however this is updated to both Forge and Fabric, using a new setup which should allow both mod loaders to be maintained much more in parallel.

Other Improvements:

  • Added simplified Chinese translation (#44)
  • Fixed snow particles appearing darker with moody brightness (#41)

(Forge) Primal Winter 1.16.4-2.0.7

31 Aug 16:18
Compare
Choose a tag to compare

Overdue bugfix update. Thanks to YueSha in my discord for reminding me I still hadn't done this.

  • Fix #35: Added a toggle for the whitelist/blacklist function of the non-winter biomes config option.
  • Fix #42: Snow accumulation also converts the blocks beneath it to Primal Winter's snowy forms, similar to how snowy grass works in vanilla.
  • Fix #43: /weather thunder and /gamerule doDaylightCycle false are no longer ran on every world load, and are just ran once.
  • Fix #45: Added a config option to blacklist and/or whitelist dimensions from having Primal Winter's weather effects.
  • Split config options for snow accumulation: There is now a separate config option for weather (enableSnowAccumulationDuringWeather), and one for world generation (enableSnowAccumulationDuringWorldgen).