Tags
Creators
Details
1.1.1
Compatibility
Required content
Changes
Derelict 1.1.1
Patch: Fixed crash on startup
Blocks
Cobwebs with Spiders
- Removed both variants of Cobwebs with Spiders in favor of the new Spiderling Entity
Flickering Lights
Added flickering and extinguished variants of the following blocks:
- Ochre Froglight
- Verdant Froglight
- Pearlescent Froglight
- Glowstone
- Shroomlight
- End Rod
Noctisteel
All changes below apply for all oxidation levels of the waxed and unwaxed Noctisteel blocks.
- Removed Noctisteel Beam Pile block
- Changed Nocticteel Beam block to fit better in Minecraft's style
- Noctisteel Grates are now full blocks
- Added Noctisteel Trapdoors
Tweaked some Noctisteel textures
Spiderling - new entity
A tiny spider that has a 10% chance (configurable) to spawn from a dying Spider or Cave Spider. They:
- Are hostile to players,
- Have 1 heart of health,
- Can be collected into a bucket, and placed on the ground, or hanging from a ceiling as a decoration,
- When hanging as a decoration, will not despawn and will be immune to damage
Particles
Completely overhauled tiny spider particles to make them even more crawly and creepy!
Compatibility
Added EMI and REI recipe displays for:
- Waxing blocks with the Waxing Staff
- Aging blocks with the Aging Staff
Bugfixes
- Fixed broken creative tab background
- Fixed some lighting issues with Smoldering Embers
Translations
- Added Polish translation by me!
Technical
- Derelict now uses my library, Gimm1q
- Changed a few block and item IDs, so if you used these, they might be missing from your world after updating
- Updated the license. Source code is still under MIT, but assets such as textures, models etc. are now All Rights Reserved
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:FOY0uIwP:EGejxoq2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FOY0uIwP:EGejxoq2"
}

