2.1.0
Compatibility
Changes
VoidForged - Complete Rewrite
🎉 A New Beginning
VoidForged has been completely rebuilt from the ground up using NeoForge, leaving behind the MCCreator era. This massive rewrite brings improved performance, better code quality, enhanced compatibility, and sets the foundation for exciting future updates.
⚠️ Breaking Changes
Important: This is a complete rewrite and is not backwards compatible with previous versions.
- All items, blocks, and data from the MCCreator version must be replaced
- Save files using the old version are incompatible with this release
- We recommend starting fresh or backing up your worlds before updating
⚔️ Reworked Enderite Equipment
All Enderite tools and armor have been completely remade with new textures, models, and improved mechanics!
Tools
- Enderite Sword - Devastate your foes with this powerful End-tier blade
- Enderite Pickaxe - Mine the toughest blocks with exceptional efficiency
- Enderite Axe - Harvest trees in seconds and dominate in combat
- Enderite Shovel - Excavate terrain at lightning speed
- Enderite Hoe - Farm with style and extended durability
- Enderite Shears - Special shears with a unique Enderman interaction (see below!)
Armor
Complete Enderite Armor Set featuring brand new models:
- Enderite Helmet
- Enderite Chestplate
- Enderite Leggings
- Enderite Boots
✨ New Feature: Enderite Shears
Enderite Shears introduce a clever new way to obtain Ender Pearls!
How it works:
- Right-click an Enderman with Enderite Shears to collect an Ender Pearl
- Each Enderman has a 5-minute cooldown between shearings
- Shearing costs 1 durability point
- The Enderman becomes hostile after being sheared
- Server-side validation prevents exploits and cheating
This provides a reliable, renewable source of Ender Pearls without enabling infinite farming!
🔨 Crafting System Overhaul
Enderite Upgrade Smithing Template - The key to unlocking Enderite equipment
All Enderite tools and armor are now crafted through the Smithing Table:
- Place your Netherite item in the first slot
- Add the Enderite Upgrade Smithing Template in the second slot
- Insert an Enderite Ingot in the third slot
- Receive your upgraded Enderite equipment!
Enderite Ingot remains the core crafting material for all Enderite items.
🌍 Localization Support
VoidForged now speaks multiple languages (and dialects)!
- English (US) - Full support
- English (Australian) - G'day mate!
- Pirate English - Arrr, ye scallywag!
- Shakespearean English - Forsooth!
- LOLCAT - I can has enderite?
🔧 Technical Details
- Minecraft Version: 1.21.10
- NeoForge Version: 21.10.64
- Java Version: 21 or higher (required)
- Built with modern NeoForge APIs for optimal performance
- Custom NBT data system for reliable entity tracking
- Improved server-client synchronization
🙏 Thank You
This rewrite represents months of work to bring VoidForged into the modern era of Minecraft modding. Thank you for your patience and continued support during this major update. We're excited to build on this solid foundation with new features and content in future releases!
Enjoy the new VoidForged experience!
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:cFo3XESr:pXEkTI14"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cFo3XESr:pXEkTI14"
}

