登陆 注册 QQ登陆
快捷导航
查看: 0|回复: 0

[模组分享] NovaCore (NovaCore)-MOD模组

[复制链接]

5159

主题

5

回帖

6129

积分

龙❁妻

Rank: 8Rank: 8

经验
6129 EP
金粒
928 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 18:42:52 | 显示全部楼层 |阅读模式
NovaCore (NovaCore)Github |相关wiki |源站链接支持: neoforgeLibrary mod for NovaMachina Mods. NovaCore是为NovaMachina Mods创建的一个库模组。

  NovaCore is a library mod designed specifically for the NovaMachina Mods ecosystem. It provides essential classes and utilities for creating mods within the NeoForge framework. NovaCore旨在为NovaMachina Mods生态系统提供支持,为在NeoForge框架中创建模组提供了必要的类和实用工具。

  使用库模组能够减少大量繁琐的代码,使得开发者能够更专注于核心功能的开发,而不是花费大量时间编写框架所需的模板代码。

Why use a library mod?

  使用库模组可以减少许多启动所需的样板代码。这使您能够专注于最重要的事情,而不必花费大量时间编写框架所需的代码。

Planned Features

- Better support for NeoForge
- Eventually become framework agnostic and supports both NeoForge and Fabric.
Create NovaCore-API (Contains framework agnostic code for your mod)Create NovaCore-NeoForge (Contains everything needed to bootstrap NeoForge mods)Create NovaCore-Fabric (Contains everything needed to bootstrap NeoForge mods)

Wiki

  The novamachina-mods.github.io]wiki will have the most up-to-date information about NovaCore.

  查看[NovaCore的讨论](链接)在GitHub上。

Issues

  If you find an issue or a bug, please report it on

Community

  Join our friendly community to get help for NovaCore and other add-ons and chat with the rest of the players! Like what you see? Consider becoming a Patreon!

https://discord.gg/CJyAkuw]

https://www.patreon.com/bePatron?u=41236651]

Server Hosting

  Need a server to play with friends? Don\'t know how to set one up? Just rent an already-configured server!

  Click on the picture below, select your plan (at least 4GB), use my code Nova to get 25% off your first month, and enjoy playing with your friends!

https://www.bisecthosting.com/nova]

来自Modrinth所有游戏版本1.21.41.211.20.41.20.1所有类型neoforge1.21.4-4.0.0-build.5NovaCore-1.21.4-4.0.0-build.5.jar下载1.21.4-4.0.0-build.5#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [NeoForged Semantic Versioning](https://docs.neoforged.net/docs/gettingstarted/versioning).## [4.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v3.0.0...v4.0.0) - 2025-01-15### Added- Registry key to `AbstractRegistry`- `BlockBehavior.Properties` to block factory methods- `Item.Properties` to item factory methods- `BucketItem` factory method- Add tag to tag### Changed- Update to 1.21.4- Require NeoForge 21.4.20-beta-### Removed- Burnable block factory method- Conditions from `LootModifierDefinition`- `IngredientUtils` is essentially defunct- Fluid textures are no longer set in `FluidDefinition`## [3.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v2.0.0...v3.0.0) - 2024-07-09### Added- `IServiceProvider` to work more towards framework-agnostic library- Factory classes for `BlockItem`, `Block`, and `BlockEntityType`- Orrientable blockstate functions for data generation- Menu and Screen support- Unit testing for some registries### Changed- Updated to NeoForge 21.0.40-beta- Move NeoForge Registry classes to `novamachina.novacore.bootstrap.core.registries`### Removed- `BlockBuilder` class. Use `BlockBehavior.Properties` and factory functions from `BlockRegistry`## [2.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.0.0...v2.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](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.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展开版本: 1.21.4-4.0.0-build.5支持游戏: 1.21.4类型:NeoForgeRelease下载次数: 4213.0.0NovaCore-1.21-3.0.0-build.2.jar下载3.0.0#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [NeoForged Semantic Versioning](https://docs.neoforged.net/docs/gettingstarted/versioning).## [3.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v2.0.0...v3.0.0) - 2024-07-09### Added- `IServiceProvider` to work more towards framework-agnostic library- Factory classes for `BlockItem`, `Block`, and `BlockEntityType`- Orrientable blockstate functions for data generation- Menu and Screen support- Unit testing for some registries### Changed- Updated to NeoForge 21.0.40-beta- Move NeoForge Registry classes to `novamachina.novacore.bootstrap.core.registries`### Removed- `BlockBuilder` class. Use `BlockBehavior.Properties` and factory functions from `BlockRegistry`## [2.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.0.0...v2.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](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.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展开版本: 3.0.0支持游戏: 1.21类型:NeoForgeRelease下载次数: 8242.0.0NovaCore-1.20.4-2.0.0-build.6.jar下载2.0.0#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [NeoForged Semantic Versioning](https://docs.neoforged.net/docs/gettingstarted/versioning).## [2.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.0.0...v2.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](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.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展开版本: 2.0.0支持游戏: 1.20.4类型:NeoForgeRelease下载次数: 8201.20.1-1.0.0-build.3novacore-1.20.1-1.0.0-build.3.jar下载1.20.1-1.0.0-build.3#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [NeoForged Semantic Versioning](https://docs.neoforged.net/docs/gettingstarted/versioning).## [1.0.0](https://github.com/NovaMachina-Mods/NovaCore/compare/v1.0.0...HEAD) - 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展开版本: 1.20.1-1.0.0-build.3支持游戏: 1.20.1类型:NeoForgeRelease下载次数: 17,311全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
NovaCore
楼主 2025-8-10 18:42:52 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-10 06:25 , Processed in 0.221397 second(s), 51 queries .

快速回复 返回顶部 返回列表