Links
Tags
Creators
Details
Licensed CC0-1.0
Published 4 years ago
Updated 3 years ago
All versions
0.0.3
Release
Soapistry 0.0.33 years ago 461
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.x
Platform
Fabric
Supported environments
Client and server
Changes
(WIP CHANGELOG)
Update v0.03
New Textures for the following items:
- ash
- lye
New Items
- mystical residue
- drops when right clicking an enchantment table with soapy soap in the mainhand and lapis in the offhand
- breaks the soapy soap and lapis
- can be used to boost enchantment lvls up to lvl 10 by right clicking an enchanted item in the inventory
- has a 1/10 chance
- drops when right clicking an enchantment table with soapy soap in the mainhand and lapis in the offhand
- slimey soap
- made from 2 slime balls and a soap
- turns pistons into sticky pistons
- ashen soap
- made from 2 ash, soap, and a mystical residue
- can be used to erase curses from cursed items
- ashen bone meal
- made from bone meal and ash
- can speed up the growth of netherwart
New Blocks
- packed soap
- made from 9 soap
- packed ash
- made from 9 ash
- packed lye
- made from 9 lye
New Functionality
- soap & soapy soap
- right click poisonous potatos in the inventory to turn them to regular potatos
- right click sticky pistons to change them to regular pistons
Added sounds and particles for various interactions
- sounds subject to change
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:Gzbumnkx:62hNORHk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gzbumnkx:62hNORHk"
}

