NovaCore

NovaCore

Mod

Library mod for NovaMachina Mods

Client and server Library

2,763 downloads
1 follower
Created9 months ago
Updated4 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter versions...

2.0.0

by NovaMachina on Mar 15, 2024
Download

Changelog

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 NeoForged Semantic Versioning.

2.0.0 - 2024-03-14

Added

  • BlockState provider
  • Recipe provider
  • Abstract Recipe and RecipeSerializer

Changed

  • Updated to NeoForge 20.4.167
  • Replace all references of Forge with NeoForge
  • Replace ForgeRegistries with either BuiltInRegistries or NeoForgeRegistries
  • Use Codec encoding for FluidStack and ItemStack
  • Replace ExistingFileHelper in RecipeProvider with CompletableFuture<HolderLookup.Provider>
  • Consumer<FinishedRecipe> -> RecipeOutput
  • AbstractLangGenerator is now abstract
  • Falling block factory method returns ColoredFallingBlock with color value -8356741

Removed

  • Lombok
  • Some @NonNull and @Nullable
  • Removed id parameter from Recipe as it is no longer used by Vanilla

1.0.0 - 2023-10-24

Added

  • Requires NeoForge 47.1.55+
  • Bootstrap classes for Neoforge registries
  • Common Block Entity renderer
  • Mostly framework agnostic definitions for:
    • Blocks
    • Block Entities
    • Creative Tabs
    • Fluids
    • Items
    • Loot Modifiers
    • Recipe Serializers
  • Framework agnostic registries for:
    • Block Entity Types
    • Block
    • Creative Tabs
    • Fluids
    • Items
    • Loot Modifiers
    • Recipe Serializers
    • Recipe Types
    • Sound Events
  • Data Generation classes for:
    • Recipes
    • Loot Tables
    • Tags
    • Language
  • Common utility classes

Changelog

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 NeoForged Semantic Versioning.

1.0.0 - 2023-10-24

Added

  • Requires NeoForge 47.1.55+
  • Bootstrap classes for Neoforge registries
  • Common Block Entity renderer
  • Mostly framework agnostic definitions for:
    • Blocks
    • Block Entities
    • Creative Tabs
    • Fluids
    • Items
    • Loot Modifiers
    • Recipe Serializers
  • Framework agnostic registries for:
    • Block Entity Types
    • Block
    • Creative Tabs
    • Fluids
    • Items
    • Loot Modifiers
    • Recipe Serializers
    • Recipe Types
    • Sound Events
  • Data Generation classes for:
    • Recipes
    • Loot Tables
    • Tags
    • Language
  • Common utility classes

Project members

NovaMachina

Inherited Owner


Technical information

Client side
required
Server side
required
Project ID