Krystal Core

Library mod for most of my mods.

File Details

Krystal Core 2.0.2

  • R
  • Jun 30, 2026
  • 441.35 KB
  • 6
  • 1.21.1
  • NeoForge

File Name

krystal_core-1.21.1-2.0.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:krystal-core-937451:8345934"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • CustomRecipe can now save directly to a CustomRecipeOutput via CustomRecipe.save(CustomRecipeOutput output, ResourceLocation location) or CustomRecipe.save(CustomRecipeOutput output, ResourceLocation location, @Nullable Function advancement)
  • Added RecipeAdvancement for simple AdvancementHolder creation with either RecipeOutput or CustomRecipeOutput