Tags
Creators
Details
0.5.6
Compatibility
Changes
-
Colored portal particles are now emissive and can have their color randomized.
-
Added the flips_over_upon_death and does_not_flip_over_upon_death entity tags, which determines whether a living entity does a 180-degree flip when dying (like spiders), or if it doesn't flip over at all.
-
Glass and glass pane blocks now occlude faces against other blocks of the same classification.
-
Standing within a fluidlogged block with water and a fluidlogged block with lava at the same time no longer spams the fire extinguishing sound.
-
Carved pumpkins and mob heads now hide the player's name tag while worn.
-
Added a built-in resource pack that hides carved pumpkin overlays, with planned integration with my other mod, Endless Encore.
-
Added nether portal, end portal, and end gateway block items.
-
Added the CustomTntBlock class, which is used to assist with creating custom TNT types.
-
The /enchant command now takes an optional 'max' field in place of the level value, which sets the given enchantment to the maximum level.
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:rlnjZCZJ:ncJe8LX2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rlnjZCZJ:ncJe8LX2"
}

