promotional bannermobile promotional banner

GlitchCore

A library mod aimed at abstracting mod loaders and providing various utilities for our mods.

File Details

GlitchCore NeoForge 1.21.1-2.1.0.0

  • B
  • Aug 25, 2024
  • 88.79 KB
  • 8.0M
  • 1.21.1
  • NeoForge

File Name

GlitchCore-neoforge-1.21.1-2.1.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:glitchcore-955399:5660740"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

cf9f423e0148d28ae80e3238b528869536a75431 Changelog
2.1.0
=====
- 2.1.0.0 Require 1.21.1 exactly on Fabric, given we have moved to it

2.0.0
=====
- 2.0.0.4 Updated for 1.21.1
- 2.0.0.3 Add 1.21.1 Support for fabric (#8)
- 2.0.0.2 Fixes #5 (#6)
           NeoForge 21.0.40-beta renamed the class. This just fixes that. Ups the minimum neoforge version to 21.0.40-beta
           Removed an unused import.
- 2.0.0.1 Issue template version bump
- 2.0.0.0 Updated to Minecraft 1.21

1.1.0
=====
- 1.1.0.10 Fixed gui rendering offsets
- 1.1.0.9  Fixed an issue causing configs not to sync correctly
- 1.1.0.8  Adjust Gui rendering ordinals for Fabric/Forge
- 1.1.0.7  Fix rendering events
- 1.1.0.6  Fixed issues with networking on Fabric servers
- 1.1.0.5  Added player to ItemTooltipEvent
- 1.1.0.4  Workaround for broken Forge patches
- 1.1.0.3  Hack to fix mixins on Forge
- 1.1.0.2  Fix Fabric networking
- 1.1.0.1  Forge no longer uses reobfJar
- 1.1.0.0  Preliminary update for 1.20.6

1.0.0
=====
- 1.0.0.59 Fixed NeoForge crashing. Closes #2
- 1.0.0.58 Added an event for standard villager trades
- 1.0.0.57 Avoid duplicate registration on Forge/NeoForge
- 1.0.0.56 Make getRequiredEvents immutable
- 1.0.0.55 Added isModLoaded
- 1.0.0.54 Implemented TagsUpdatedEvent
- 1.0.0.53 Added support for command registration
- 1.0.0.52 Implemented various hooks for Serene Seasons
- 1.0.0.51 Added support for setting fluid render types
- 1.0.0.50 Fix modmenu icon
- 1.0.0.49 Fix server crashing on Fabric
- 1.0.0.48 Don't cancel ToolModificationEvent on Forge/NeoForge
- 1.0.0.47 Implement registerTillable
- 1.0.0.46 Implemented RenderHelper
- 1.0.0.45 Implemented BlockHelper
- 1.0.0.44 Implemented SheetHelper
- 1.0.0.43 Fire registration events on initialize, not client initialize
- 1.0.0.42 Improve Fabric structuring
- 1.0.0.41 Added support for particle sprite registration
- 1.0.0.40 Implemented InputEvent.Key
- 1.0.0.39 Implemented LevelRenderEvent
- 1.0.0.38 Added support for adding wanderer trades
- 1.0.0.37 Use Minecraft's player instance for Forge
- 1.0.0.36 Improved overlay injection for Forge/NeoForge
- 1.0.0.35 Fixed issues with networking on NeoForge
- 1.0.0.34 Updated for new NeoForge networking
- 1.0.0.33 Added UseBlock event
- 1.0.0.32 Fixed MixinPacketHandler priorities
- 1.0.0.31 Remap changeDimension correctly on Fabric
- 1.0.0.30 Various gradle fixes, including fixing a crash on Fabric
- 1.0.0.29 Share CurseForge/Modrinth configuration across projects
- 1.0.0.28 Upload the remapJar for Fabric on Modrinth
- 1.0.0.27 More tooltips fixes
- 1.0.0.26 Make components modifiable under forge/neoforge
- 1.0.0.25 The description definitely wasn't copy and pasted
- 1.0.0.24 Make display names more aesthetically pleasing
- 1.0.0.23 Properly call events for frostbite rendering
- 1.0.0.22 Implemented config syncing
- 1.0.0.21 Require packet names for fabric
- 1.0.0.20 Isolate LocalPlayer from server side for Fabric
- 1.0.0.19 Ensure ClientPlayNetworking is not included on server side
- 1.0.0.18 Fixes for serverside crashing
- 1.0.0.17 Fixed tooltip item stacks on Fabric
- 1.0.0.16 Default currentTooltipStack to EMPTY
- 1.0.0.15 Implemented tooltip events
- 1.0.0.14 Implemented an event for block/item color registration
- 1.0.0.13 Stripped Forge dependency from pom
- 1.0.0.12 Another try at fixing maven...
- 1.0.0.11 Revert to putting entire maven block inside afterEvaluate
- 1.0.0.10 More maven tweaks
- 1.0.0.9  Attempt to remove artifact jar
- 1.0.0.8  Fix for ChannelBuilder on NeoForge
- 1.0.0.7  Do maven publishing after evaluation
- 1.0.0.6  Updated README
- 1.0.0.5  Manually tag NeoForge builds
- 1.0.0.4  Use unique annotations on mixins
- 1.0.0.3  Mark gradlew executable
- 1.0.0.2  Fix yml indentation
- 1.0.0.1  Added code
- 1.0.0.0  Repo setup