Links
Tags
Creators
Details
1.0
Compatibility
Required content
Changes
Luminous Halloween V1.0 changelog
-Added moon shards, a unique material rarely dropped by mobs when killed during a full moon
-Added moon stone and a moon stone brick set, bringing a spooky purple new color to Minecraft!
-Added the pumpkin minions - giggling ghouls that spawn during full moons, and aim to help out their master!
-Added the Horseless Headsman - this fearsome boss can only be summon with an iron golem like structure made of moonstone and a jack o lantern. Be warned - his scythe swing is no joke!
-Added the spooky apple - a food item that will summon the Horseless Headsman without the use of moonstone
-Added the halloween ingot - a recipe used to craft 2 unique items - dropped by the Horseless Headsman
-Added the Pumpkin sword - a new, strong sword rewarded to players who take on the spooky new boss!
-Added the Pumpkin helmet - a frightening jack o lantern which grants the player strength when worn during a full moon!
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:FnMbxgKT:EKYQtUxn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FnMbxgKT:EKYQtUxn"
}

