Tags
Creators
All versions
1.1.2
Beta
The Legend of Steve 1.1.2last week 26
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
New:
- Added new Music Disc (Odd Sanctuary - LudoCrypt)
- Added Silent Princesses
- Added Bombfish & Charged Bombfish
- Added Invisible Question Blocks
- Added Redstone Lock
- Added Creative Key
- Added Dungeon Chests
- Added Locked Doors & Trapdoors
- Added Some new advancements
Changes:
- Fletching Villagers can now offer Quivers as a trade
- Loot Grass now takes significantly longer to regrow
- Bomb Flowers Plants no longer can be planted anywhere in the Nether (needs a lava source)
- Bomb Flowers Plants now add a 5% growing chance when in the nether rather than setting the final value to 20%
- Fixed Charged Bombs turning into normal bombs when leaving the world
- Bomb Flowers can now be planted on Fairy Marble and Dungeoncite
- Bomb Flowers and Bomb Flower Seeds are now compostable
- Fully Grown Bomb Flower Plants can now be ignited by a redstone signal
- Changed the way Bomb Bags & Quivers display the name of their contents
- Increased the Composter increase chance when composting Fruiting Deku Leaves or Loot Grass
- Question Blocks can now only be filled with 1 spawn egg (preventing a large amount of mobs from coming from a question block)
- Key items now use a different handheld model
- Keys now have a unique pickup sound
- Boss Keys now have rare colored text
- Locked blocks now use a new model
- Locks now use a custom Blockstate
- Keys now rely on a tag to determine what lock they belong to
- Locks and Keys can now be applied to dispensers
- Locks can now be applied to Barrels, Pistons, Furnaces, Crafting Stations, and Note Blocks
- Copper Locks are now craftable
- Copper Key Recipe made slightly cheaper
- Locked Chests are no longer unbreakable, however they do not drop anything when broken (and take about as long as reinforced deepslate to break)
- Deku Door & Trapdoor no longer have Translucent windows
- Perlite now has a unique note block instrument
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:T95oH9Gx:xRZKBzc9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T95oH9Gx:xRZKBzc9"
}


