promotional bannermobile promotional banner

CreativeCore

a core mod

File Details

CreativeCore_NEOFORGE_v2.14.14_mc26.1.2.jar

  • R
  • Apr 24, 2026
  • 1.28 MB
  • 2.0K
  • 26.1.2
  • NeoForge

File Name

CreativeCore_NEOFORGE_v2.14.14_mc26.1.2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:creativecore-257814:7976878"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Moved key config to forge (to fix issues on fabric)
  • Fix: Remove hasBounds() check in VectorFan.generate() to resolve compact CTM slope render issue (by nickeh913678)
  • Added forge and fabric method to CreativeLoader
  • Added ICreativeRegistry interface for LocatedHandlerRegistry and NamedHandlerRegistry
  • Renamed ICreativeRegistry to IConfigRegistry
  • Fixed crash when playing sound config if the event does not exist
  • Fixed some blocks not being rendered when they are colored translucent (blocks from rechiseled for example)
  • Fixed crash when moving structures around in blueprint gui with child events
  • Made GuiTree remember state of checkbox when toggling them
  • Added contains to GuiParent
  • Added register codec to NetworkFieldTypes
  • Fixed rendering lines for render box not rendering block when color is white
  • Added better functionality to support key controlled menu scrolling
  • Added matche methods for KeyConfig which take keyCode
  • Fixed checked items iteration for GuiTree
  • Added keepOrder to GuiTree
  • Added matchesPress to KeyConfig
  • Added KeyConfig
  • Added option to use ConfigHolderDynamic as a field to allow for custom creation of configurations within an existing configuration
  • Added hasMinimumSpacing to GuiLayer
  • Added time tracking for tests
  • Added results information
  • Added Tests
  • Added vector fan cut min max test
  • Reworked IntersectionHelper
  • Added combine method to VectorFan