Skip to content

Conversation

@Null-dk
Copy link

@Null-dk Null-dk commented Nov 14, 2025

Description

  • Update to support 1.21.8

The gradle.properties was already configured for version 1.21.4, but the README badge still showed 1.20.6. Updated the version badge to correctly display 1.21.4.
- Updated minecraft_version to 1.21.8
- Updated yarn_version to 1.21.8+build.1
- Updated loader_version to 0.16.14
- Updated baritone_version to 1.21.8
- Updated README badge to show version 1.21.8
Updated Fabric Loom from 1.9-SNAPSHOT to 1.11-SNAPSHOT to resolve build error. Loom 1.11 is required for Minecraft 1.21.8 compatibility.
Loom 1.11-SNAPSHOT requires at least Gradle 8.14, updated from 8.12.
Major changes:
- Removed GlStateManager imports and replaced with LWJGL GL11 constants
  for blend functions in InteractionScreen.java
- Replaced Saddleable interface usage with entity-specific checks
  (AbstractHorseEntity, Pig, Strider) in InteractionScreen.java
- Refactored Starscript API usage to use MeteorStarscript.run() instead
  of direct Parser/Compiler imports in ChatBot.java and InteractionScreen.java
- Commented out Starscript ValueMap integration in InteractionMenu.java
  (to be re-enabled when API is available)
- Added EntityType import for saddle checks

These changes address API deprecations and removals in Minecraft 1.21.8
and Meteor Client's updated dependencies.
@Null-dk Null-dk closed this Nov 14, 2025
@Null-dk Null-dk deleted the claude/update-version-1-21-4-01Sg9mx1ym6Q6DmnwnK8ZoVE branch November 14, 2025 17:40
@Null-dk Null-dk changed the title Claude/update version 1 21 4 01 sg9mx1ym6 q6 dmnwn k8 zo ve 1.21.8 Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants