Skip to content

v3.0.0 for mc 1.20.1 Forge

Latest

Choose a tag to compare

@kamkeyke kamkeyke released this 11 Aug 01:14

Added

  • JEI integration: ModJeiPlugin, JEI display records, recipe types (HeartPouchJeiTypes) and crafting extensions for pouch dyeing and pouch-from-wool.
  • New custom recipes: PouchDyeRecipe and PouchFromWoolRecipe plus ModRecipeSerializers and recipe JSONs.
  • Item color support and client color handler for HEARTSTONE_POUCH.
  • New dyeable item model and overlay textures;
  • issueTrackerURL in mods.toml; generated .cache in .gitignore

Changed

  • Bumped mod_version to 3.0.0 and updated dependency versions (JEI and RaccoonCore entries) and build.gradle (added mavenLocal, adjusted JEI deps).
  • HeartPouch now exposes id(String) helper, registers ModRecipeSerializers, and uses Mth.clamp in HeartPouchData (removed custom clamp helpers).
  • ModRecipeProvider switched to RaccoonSpecialRecipeBuilder to save special recipe IDs.
  • Removed the old single-layer item model provider and adjusted data generation.

Fixed

  • Suppressed creative tab constant warnings and cleaned up generated/obsolete resource files.

Notes: This change wires JEI displays to the special recipes and updates assets to support dyeing/overlay rendering.