
Marxx's_Recipes_Plus
Marxx’s Recipes Plus is a vanilla-friendly mod that adds realistic and balanced crafting recipes for hard-to-obtain Minecraft items, introduces Copper gear, and expands Netherite progression with four new hybrid tiers, each with unique abilities.
Tags
Creators
Details
6.0
Compatibility
Changes
📄 CHANGELOG | Marxx’s Recipes Plus v6.0
Platform: NeoForge 26.1.2
Welcome to Version 6.0 of Marxx’s Recipes Plus! This is a massive update packed with powerful new endgame enchantments, major Quality of Life (QoL) features, and essential game balancing.
🔮 New Enchantments Three new game-changing enchantments have been added to the game, exclusive to the mod's iron, gold, diamond, netherite, and emerald tools. To keep them balanced, they only have a maximum level of 1. They can be found via the enchanting table, loot tables, and by trading with villagers.
• Vein Miner (Rare): Mines entire connected veins of ore instantly when breaking a single block. Saves hours of mining time.
• Lumberjack (Rare): Chops down entire trees in a single hit by breaking the bottom log.
• Digger (Very Rare): An ultra-rare excavator enchantment that clears blocks in a 3x3 area.
⚠️ Note: Digger and Vein Miner are incompatible with each other on the same pickaxe!
🚀 New Features & Content
🌌 Ender Pocket: A brand new utility item that allows you to access your Ender Chest inventory directly from anywhere in the world.
🪽 Elytra Recipe Modification: The crafting recipe for the Elytra has been tweaked and rebalanced to ensure a fair yet rewarding progression system.
🛠️ Quality of Life (QoL) Adjustments
🧱 AutoRefill System: When you place the last block or consume the last item in a stack, the mod automatically searches your inventory and replenishes your hand with an identical stack. (Works with building blocks, torches, food, and potions).
🌾 Right-Click Harvest: Right-clicking any fully grown crop (wheat, carrots, potatoes) will instantly harvest the items and replant a new seed automatically without breaking the farmland.
🚪 DoorSync: Double doors are now perfectly synchronized. Opening or closing one door will automatically trigger the adjacent door to do the same.
🔨 Anvil Repair: Overhauled the anvil mechanics to with repairing the anvil with 3 iron ingots on the hand with right click.
🔧 Bug Fixes & Internal Changes
• Localization: Fixed several translation strings and missing language keys.
• Bug Fixes: Resolved multiple internal crashes related to inventory syncing and item data tags.
• Code Optimization: Cleaned up the codebase to ensure optimal server performance and compatibility with other NeoForge mods.
🌐 Future Plans: Fabric Port Update
Notice: We are officially working on porting this mod to Fabric! The development has already started to bring these features to Fabric users as soon as possible. However, due to the major internal code differences between platforms, expect this port to take some time before it is ready for a public release. Stay tuned!
🌍 Available languages:
• English (US)
• Spanish (Spain)
• Spanish (Chile)
• Spanish (Mexico)
• Spanish (Argentina)
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:wNnv2ALm:Pv091V3r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wNnv2ALm:Pv091V3r"
}
