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.4.0.jar

  • R
  • Jun 7, 2025
  • 194.97 KB
  • 10.5K
  • 1.20.1
  • Forge

File Name

gottschcore-1.20.1-2.4.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:gottschcore-272450:6626483")
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.4.0] - 2025-05-09

Added

  • IHalfBlock block interface
  • HalfBlock block
  • FacingHalfBlock
  • WaterloggedFacingHalfBlock block
  • ModUtil class - contains asLocation(), mcLocation() methods, spawnMob(), spawnAndAddMob() methods.

[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.