Skip to content

v1.6

Latest

Choose a tag to compare

@Flomik10002 Flomik10002 released this 13 Aug 08:31

Single release covering both supported Minecraft versions on Fabric.

Downloads

Minecraft File Source
1.20.1 delightful-creators-1.6-1.20.x.jar built from d61b2d2 (branch 1.20.x)
1.21.11 delightful-creators-1.6-1.21.11.jar built from ada42ee (branch 1.21.11, this tag)

1.20.1

  • Mechanical Cutter ported from the Forge edition — a Create kinetic block that automates Farmer's Delight knife_dig cutting board recipes on belts, depots and world items, with optional Basin processing.
  • Cooking Pot and Saw bark fallback recipes generated at load time via RecipeManagerMixin, plus FoodPropertiesFallbackMixin.
  • New cutting_processing recipe type for Create Sequenced Assembly chains.
  • Server config, JEI/Ponder-style compat scaffolding, ModFoods, block and block entity registries.
  • Missing fluid blockstates/models added (baked cod stew, bone broth, cooked rice, dog food, glow berry custard, ratatouille), Chinese (zh_cn) translation, loot tables.
  • Dependencies updated: Fabric API 0.92.8, Loader 0.18.2, Create 6.0.8.1, Farmer's Delight Refabricated 2.4.1, JEI 15.20.0.106.

1.21.11

  • Fluids, foods and Create recipe integration on Minecraft 1.21.11 (Create 6.0.9, Farmer's Delight Refabricated 3.4.3, Fabric API 0.141.2). Requires Java 21+.
  • Fixed FogRendererMixin: it referenced Yarn names (applyFog) while the branch builds against official Mojang mappings, so the mixin could not be remapped and would have failed to apply on client startup. Now targets FogRenderer#setupFog / updateBuffer, restoring the underfluid fog tint.