1.2.0
Compatibility
Changes
(Honestly this update is so old that i had to copy the changelog from curseforge.) also, first 1.20 update, which will be the default version from now on because i hate refactoring the workspace just to export it in a different version.
- several sounds have been changed. i did not keep track.
- the A-Bomb now no longer blows up nearby entities, instead creating a fireball that destroys any blocks within it and instantly killing any entities.
- Renamed the creative dimension to the crawlspace. this comes with the consequence of fucking up old worlds.
- beautified the crawlspace. added bedrock trees with leaves that can drop creative apples (the placement may be off, i have run out of fucks.), glowing plants, stony bushes, and a glowing flower that grows underground.
- tweaked recipe of the A-bomb to use a new item.
- changed the texture of TN2 to be more vibrant to differentiate from normal TNT.
- changed a lot of things about the bedrock zombie. a lot.
- changed the names of several blocks and items to include colors! i did not check if the block name colors stay if the block is broken. someone please test that. i am very tired.
- tweaked the name of the a-bomb advancement to "Nagasaki vibes." for obvious reasons. i do not care if it's offensive, it is 1 AM.
- removed the ability to change the completely superior command block to the vanilla one using soul sand. now it just uses the wither storm mod command block tag.
- nerfed damage values of the creative sword and Techno-blade. (CS 30 HP => 20 HP) (TB 99,999 HP => 500 HP)
- changed things about the creative biome. again, i did not meticulously note them as i did them, sue me. (pls don't actually i have none money)
- bullet of the creative gun uses new item, same that you use to craft the A-bomb.
- as an alternative to nether stars and junk, you can charge the incomplete command block with 1,000,000,000 FE to transform it into a command block. i don't know if that was ever put in a previous update. i did not document it.
- fiddled with the creative tab. will happen again.
Added:
-big ass A-bomb fireball. -added the COMMAND BLOCK STAFF, a tool used to run commands regardless of permission or mode, as if it was a command block. also has several buttons to perform preprogrammed "spells". -added a tag for entities immune to the crawlspace's effect. -added several new damage types (one not used as the structure was being fucky), with death messages for all of them. -added the materials to craft the command block staff, the staff handle, the staff crook, and the void singularity. -8 void singularities can be crafted into an advanced singularity. which can be used to craft A-Bombs. -added proper trees to the crawlspace, with bedrock wood and leaves. no inbuilt compatibility for separated leaves. -added bedrock plant life. grows in the nether roof and the crawlspace. -creative smithing template for 1.20, i forgot to add the recipes that make it useful. -added awakened obsidian and respawn anchors. by placing the anchor atop two awakened obsidian, you can create a spawnpoint in any dimension (be careful about the end, you will get stuck.)
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:73rf75m8:66H7psKW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73rf75m8:66H7psKW"
}

