Skip to content

Releases: null2264/CobbleGen

v5.4.7

07 Jan 05:36
eb877c9

Choose a tag to compare

Added

  • Support for MC 1.21.11

v5.4.6

14 Jul 10:48
ff21031

Choose a tag to compare

Fixed

  • Fix Water-like vs Water-like interaction

v5.4.5

31 May 10:08
9898d84

Choose a tag to compare

Add

  • [Meta (Experimental)] Added lenientModifier option. When enabled it allows player to place the modifier block on
    other places other than underneath the generated block.
    To use this option you need to set enableExperimentalFeatures in config/cobblegen-meta.json5 to true.

v5.4.4

09 May 01:40
ba0681e

Choose a tag to compare

Fixed

  • [Advanced] Fix obsidian generation not being registered when results is not defined

Other

  • Add tests for generators with modifier and advanced generator (obsidian only for now)

v5.4.3

02 May 06:38
dfe3818

Choose a tag to compare

Fixed

  • Fix server crashed trying to bootstrap Manifold

v5.4.2

25 Apr 14:35
dd6f69b

Choose a tag to compare

Fixed

  • Fix networking
  • Fix server still try to sync recipe with client when enableRecipeViewer is set to false

v5.4.1

25 Apr 00:15
65df022

Choose a tag to compare

Fixed

  • Fix crashes when being loaded alongside unsupported Create mod
  • Fix cobblegen-meta.create.loadIntegration = false didn't stop CobbleGen from trying to mixin Create mod
  • [NeoForge] Fix Create support

v5.4.0

07 Apr 05:34
0e09097

Choose a tag to compare

Added

  • Support for MC 1.21.5
  • Add GameTest
    • Add CI to test the mod using HeadlessMC

Other

  • Completely rework the project to use Manifold's preprocessor instead of ReplayMod's preprocessor
    • Also start splitting the project into several modules

v5.3.16

10 Mar 02:01
9ed8d38

Choose a tag to compare

Fixed

  • Fix CobbleGen generating empty config instead of default config

v5.3.15

02 Feb 01:39
5c3523b

Choose a tag to compare

Fixed

  • Fix crashes due to MC breaking changes in MC 1.21.2 and newer