promotional bannermobile promotional banner

GottschCore

This is a new base library of code that is used in all of my other mods.

File Details

[fabric] gottschcore-fabric-1.21.1-2.3.0.jar

  • R
  • Jan 26, 2025
  • 91.24 KB
  • 850
  • 1.21.1
  • Fabric

File Name

gottschcore-fabric-1.21.1-2.3.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:gottschcore-272450:6128065"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

**# Changelog for GottschCore 1.20.1

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.3.0] - 2024-10-27

Changed

  • <input disabled="disabled" type="checkbox" checked="checked" />deprecated usage of Coords constructors in favor of static of() methods.
  • <input disabled="disabled" type="checkbox" checked="checked" />deprecated Quantity

Added

  • <input disabled="disabled" type="checkbox" checked="checked" />InterRange
  • <input disabled="disabled" type="checkbox" checked="checked" />DoubleRange

[2.2.0] - 2024-08-20

Changed

  • changed WeightedCollection.add() to synchronized.

Added

  • WeightedCollection.remove(T key) method.