Tags
Creators
Details
Licensed MIT
Published 6 months ago
All versions
1.1.1
Release
RE:Constructed Wands 1.1.12 days ago 26
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Bug Fixes
- Fixed 1.20.1 crafting recipes not loading — recipes now use the correct
recipes/folder and 1.20.1 JSON format (result.item, object-style ingredients). - Fixed core recipes on 1.20.1 Forge by replacing
#c:tag ingredients with vanilla items (feather, gold ingot, glass pane / diamond block, diamond pickaxe, glass pane). - Fixed Forge and NeoForge wand limits — all wand tiers were incorrectly falling back to stone-tier placement limits (32 blocks) because config keys did not match item registry paths.
- Fixed Fabric stone wand angel and destruction cores doing nothing — limits were previously set to 0.
- Fixed wand upgrade recipe type key mismatch between upgrade crafting and config checks.
Improvements
- Unified wand tier stats across Fabric, Forge, and NeoForge on all supported Minecraft versions.
- Aligned max placement range to 256 blocks on every loader.
- Added netherite wand tier limits on Forge/NeoForge (previously missing).
Wand Tier Limits (all loaders)
| Wand | Construction | Angel | Destruction |
|---|---|---|---|
| Stone | 27 | 2 | 4 |
| Iron | 128 | 4 | 9 |
| Diamond | 1024 | 16 | 81 |
| Netherite | 2048 | 32 | 128 |
| Infinity | 2048 | 64 | 128 |
Compatibility
- Drop-in replacement for v1.1.0 on all six loader targets (1.20.1 Fabric/Forge, 1.21.1 Fabric/NeoForge, 26.2 Fabric/NeoForge).
- No config migration required.
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:zj6ZBpmY:sU89e806"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zj6ZBpmY:sU89e806"
}


