Tags
Creators
Details
0.4.0
Compatibility
Changes
Small Developer Note: "This release cleans up a lot of the old code in here aswell as adding an Api for other mods to add TV-Signals and Game Cartridges! A few of the items added over the last updates have also recieved enchantments, that can be applied only via enchanted book for now."
New Stuff
- Custom creative tab texture
- Enchantments for the Magic Mirror and the Pipe
- The Game Console, lets users play their game on the TV screen.
- Added a light switch (styled lever)
- Aluminum Ores, Cans & Wire
- Suspicious Lunar Regolith
- Added the Grimoire of Guidance when Patchouli is installed
- Added a custom texture system with which you can set a texture id for a player and give him his own plushie via resource pack.
- Undergarden Compat
- Round Reinforced Glass + Panes
Spoiler
- The Backrooms
- And Probably a lot more I forgot.
Changes
- The way signals are registzered and saved has changed from saving their translation string to saving their unique identifier. (This could remove old signals from older worlds.)
- The Mithril Mirror and Pipe now have charges
- The Videocassete Recorder now can only be placed into a Chiseled Bookshelf
- Benches now update when mined
- Sticker blocks now require a supporting block
- Updated Shift descriptions
- Made space suit compatible with AdAstra plantets
- Cleaned up the creative tabs when a specific submod is installed.
Optional dependencies
Supplementary resources
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:slxGtWWB:Bcoi6HTL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:slxGtWWB:Bcoi6HTL"
}



