Tags
Creators
All versions
1.1.1
Beta
The Legend of Steve 1.1.13 weeks ago 70
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
New:
- Added Crystal Switches
- Added Switch Blocks & Slabs
- Added the Dungeoncrafting Table
- Added more Dungeoncite Block Variants (Pressure Plate, Walls, Chiseled Pillars)
- Added Method for obtaining Dungeoncite in survival
- Added Stone Tiles
- Added Perlite (replaces Crying Obsidian for Spring Water + Lava Interaction)
- Added JEI Support for Spring Water Transmutations
- Added Waxed Varients of Strange Dirt Bricks (varients which aren’t broken from jumps and projectiles)
- Added Blue Question Blocks
Changes:
- Master Blocks will now work as a Beacon base
- Master Ingots can now be used as payment for Beacons
- Fixed Braziers not waterlogging correctly when initially placed
- Question Blocks and Strange Dirt Brick Containers now bounce at the same speed as Strange Dirt Bricks
- Question Blocks and Strange Dirt Bricks that are triggered by redstone now bounce based on the direction of redstone power
- Question Blocks, Strange Dirt Bricks, and Strange Dirt Brick Containers no longer have a “Bouncing” state, and instead use a separate block (similar to piston extension blocks)
- Strange Dirt Bricks that aren’t containers no longer use a block entity
- Strange Dirt Brick Varients are now breakable in a Similar way to Regular Strange Dirt Bricks
- Fixed Dungeoncite Always being minable (even when placed by creative players)
- Strange Dirt Pillars now use Connected Textures rather than Blockstates for Pillar Varients
- Triforce Tiles can now be placed individually if shifting while placing
- Triforce Tiles now default to a horizontal double state rather than a vertical one (as it looks a bit nicer)
- Changed the name of the Advancement “Monsters Hunted (Legend of Steve)” to “Monsters Hunted (LoS)” due to the name being cut off in the advancement menu.
- Fairy Bottles now show up separately in JEI
- Fixed Master Ore and Deepslate Master Ore not dropping Experience when mined
- Master Ore now has occasional shine particles
- Adjusted Fairy Marble Normal Map Textures to have the same intensity across all fairy marble blocks
- Changed some blocks in the Secret Room of Fairy Fountains
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:wWWBynas"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:T95oH9Gx:wWWBynas"
}

