0.0.2
Compatibility
Changes
New Year Delight - Version 0.0.2 Changelog
π·οΈ Version Info
- Version:
0.0.2 - Minecraft:
1.21.1 - Mod Loader: NeoForge
- Status:
Alpha(In Development) - Release Date: 2026-01-03
β¨ What's New
This update delivers a festive content expansion! We've added five traditional foods and one core interactive item to fill your Minecraft world with New Year spirit.
| New Content | In-Game ID | Effect / Description | Status |
|---|---|---|---|
| π₯ Eight Treasure Rice | newyeardelight:eight_treasure_rice |
β Ready | |
| π« Rice Cake | newyeardelight:rice_cake |
Grants Jump Boost I, embodying the wish to "rise higher every year". | β Ready |
| π― Spring Roll | newyeardelight:spring_roll |
Grants Speed I, bringing the lively energy of spring. | β Ready |
| π‘ Glue Pudding (Tangyuan) | newyeardelight:glue_pudding |
Grants temporary Damage Absorption, symbolizing family unity and protection. Served in a bowl. | β Ready |
| π₯ Cured Meat | newyeardelight:cured_meat |
A premium meat that grants Strength I, representing abundance. | β Ready |
| π§§ Red Envelope | newyeardelight:red_envelope |
Festive Interactive Item. Right-click to open for random rewards (e.g., emeralds, fireworks, fortune cookies) β the core of holiday surprise and blessing! | β Ready |
βοΈ Technical Changes & Fixes
- Fixed: Corrected mod metadata version format for loader compatibility.
- Structure: All new items are integrated into the "New Year Delight" Creative Mode tab.
- Assets: All new items feature complete custom textures and models.
β οΈ Known Limitations in This Build
To set clear expectations, this version focuses on content addition:
- No Survival Crafting Recipes Yet: All new foods and the Red Envelope cannot be crafted in Survival mode. Use the Creative menu or commands.
- Balancing Pending: Food effects and values are initial settings and may be adjusted based on feedback.
πΊοΈ Development Roadmap (Next Steps)
Our focus is clear: to refine the core survival experience next.
-
v0.0.3 (Primary Goal):
- Add Survival crafting recipes for all new items.
- Initial gameplay balancing.
-
Future Vision:
- Develop the signature New Year Firework Block and related mechanics.
- Add more language support.
- Explore more festive decorations and interactions.
π§ For Players
- Find all new items in the "New Year Delight" Creative Mode tab.
- Use
/give @s newyeardelight:item_idto test (e.g.,/give @s newyeardelight:red_envelope). - Open the Red Envelope for a random surprise! We welcome feedback on rewards and future content ideas!
Happy New Year! Thanks for your support. Follow the project for updates. π
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:cS5R3Qrr:rxO06UdP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cS5R3Qrr:rxO06UdP"
}

