Links
Tags
Creators
Details
Licensed CC-BY-4.0
Published 4 years ago
Updated 3 months ago
All versions
2.1.2+1.21.10-neoforge
Release
2.1.2 for NeoForge 1.21.108 months ago 78
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
[2.1.2] - 2026-01-05
- Changed icon to normal icon instead of holiday icon.
- Updated NeoForge version in 1.21.11
- Fixed mod not working on server. (Thank you TheFlash787 for pointing it out!)
- Fixed double done buttons in config screen in some versions.
[2.1.1] - 2025-12-24
- Fixed error with creative tab in 1.20.1
- Fixed pack.mcmeta having default description
[2.1.0] - 2025-12-24
- Added the holiday update!
- Added configuration for future updates and the current holiday update.
- Updated to new Minecraft versions.
- Added Czech localization.
- No longer needs Architectury API as a dependency!
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| placeablemaxwell-2.1.2+1.21.10-neoforge-sources.jar | Unknown | 4.09 MiB |
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:8yMHBbeg:abYIBRzk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8yMHBbeg:abYIBRzk"
}

