2.0.0
Compatibility
Changes
Adittions:
-
Added silly functionalities to some consoles:
- Pay-Station 5: Can send items as "payment" to other players, press "J" to disable/enable receiving payments.
- Coolbox Series X/S: Can convert water to ice, to do this simply put water buckets in the 3 or 2 marked slots, then press the labeled "Freeze" button. It has 8 storage slots, 2 for the ice and 6 for any item.
-
Added the NDee Changer 2, a slightly bigger version of the previous NDee Changer.
-
Added a couple of colored variants for the NDee Changer:
- Neon Pink-Green NDee Changer.
- Neon Purple-Orange NDee Changer.
- Neon Blue-Yellow.
-
Added a a pair of colored variants for the Cheaper NDee Changer:
- Coral C. NDee Changer.
- Blue C. NDee Changer.
-
Added a bunch of colored variants for the Pay-Station 5:
- Black Pay-Station 5.
- Cobalt Blue Pay-Station 5.
- Cosmic Red Pay-Station 5.
- Galactic Purple Pay-Station 5.
- Stellar Blue Pay-Station 5.
- Supernova Pink Pay-Station 5.
- Volcanic Red Pay-Station 5.
-
Added a pair of variants for the Coolbox Series X.
- Coolbox Series X All-Digital Edition.
- Coolbox Series X Galaxy Black Edition.
-
Added advancements for sending and receiving a payment using a Pay-Station 5.
-
Added advancement for turning water into ice using a Coolbox Series X/S.
-
Added the gamerule "disableConsoleFunctionalities" to turn off all console functionalities.
Changes & fixes:
- All textures were updated.
- All the original console advancements were removed.
- Consoles now have 8 different rotations, similar to vanilla skulls (Coolbox Series Xs don't have this feature though).
- All recipes are obtained when getting an item corresponding to that recipe.
- Fixed recipe for Oleds using an empty tag.
- Fixed recipe for Pay Station 5 Spider Edition not working properly and made it simpler.
- Adjusted some bounding boxes to be more simple.
- Cheaper NDee Changers now have their hardness and resistance halved in comparison to the OG NDee Changers (This was also applied to Coolbox Series S with its respective OG counterpart)
- Pay-Station 5s had their hardness and resistance reduced by a 25%.
- All consoles now use the redstone block texture for particles.
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:f2KdnAU7:WD72XgGu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f2KdnAU7:WD72XgGu"
}

