Tags
Creators
Details
1.0.0+mod
Compatibility
Changes
๐ฆ Phantom-Free Nights Datapack
Tired of being hunted by phantoms while sleeping in survival? With Phantom-Free Nights, phantoms no longer spawn naturally โ but you can still gather phantom membranes from bats, now with a 75% drop chance for all your enchanting and potion needs.
Perfect for survival worlds, peaceful builds, or RPG maps that want to eliminate annoying night predators without breaking progression.
๐ ๏ธ What This Datapack Does
This datapack carefully removes phantoms from spawning while keeping phantom membranes accessible:
โ Phantoms no longer spawn in the world โ Bats drop phantom membranes with a 75% chance โ Fully automatic โ no commands or plugins needed โ Keeps vanilla gameplay and progression intact
๐ฎ Why Use It?
- Eliminates annoying night raids
- Keeps phantom membrane crafting functional
- Perfect for survival, creative, or RPG servers
- Reduces frustration while preserving resource collection
- Lets players enjoy nighttime gameplay safely
๐ฅ Installation
- Download the datapack
.zip - Place it in your worldโs
datapacksfolder - Reload the world with
/reload - Nights are now safe โ no phantoms, and bats drop phantom membranes 75% of the time!
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:hzpJoLlL:UTDWOcBT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hzpJoLlL:UTDWOcBT"
}

