promotional bannermobile promotional banner

GottschCore

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

File Details

gottschcore-1.20.1-2.3.0.jar

  • R
  • Oct 27, 2024
  • 177.53 KB
  • 239.0K
  • 1.20.1
  • Forge

File Name

gottschcore-1.20.1-2.3.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:gottschcore-272450:5852444")
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

  • deprecated usage of Coords constructors in favor of static of() methods.

[2.2.0] - 2024-08-20

Changed

  • changed WeightedCollection.add() to synchronized.

Added

  • WeightedCollection.remove(T key) method.