Tags
Creators
Details
1.5.0
Compatibility
Required content
Changes
Beta 1.5 Changelog:
- Added 45 degree roof variant in black (4 models)
- Added some extra 22 degree roof blocks for black (2 models)
- Added table umbrellas (6 models)
- Added tall umbrellas (6 models)
- Added boxes for clutter (3 models)
- Added concrete ramp
- Added folded ladder
- Added tall ladder
- Added small shrub
- Added skateboards (4 models)
- Added jerry can
- Added stones (4 models)
- Added rocks (2 models)
- Added pallets (4 models)
- Added upper cupboard marble 2
- Added herringbone bricks
- Added table and floor fan (really limited by blockbench on this one lol)
- Added security camera
Beta 1.5 Known Issues:
-
Hitboxes. MCreator is very limited with hitboxes and where you can actually click, some models may not be interactable in a desirable way, making the issue annoying for some to build on. We apologize for this and will be trying to resolve it in some way when possible
-
Fabric will unfortunately be discontinued. I regret to inform you all that due to us updating mcreator versions (I didn't know I couldn't downgrade them at the time) we have officially lost support for fabric as it seems like a fabric generator that is reliable enough has yet to be released. We may bring fabric back one day, but that project is indefinitely suspended as of beta 1.5 despite me not wanting to drop support for one of the most optimized platforms on Minecraft.
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:oTFKxlNK:x1L7Nhii"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oTFKxlNK:x1L7Nhii"
}





