All versions
b1.1
Beta
RogueCraft - 1.18.2 - b1.13 years ago 94
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Beta 1.1:
- Redesigned the entire Dungeon key/keystone system (Due to this you will now need to open Keystones with the key in your main hand)
- Dungeon Key Fragments now stack up to 2 and when at 2 they automatically combine in to a Dungeon Key
- Boss rooms are now forced to generate after a set amount of rooms have been generated (Default: 20, configurable)
- Added total rooms per Level/Floor (RoomLvl) to the "/roguecraft stats" list
- The Burrito now uses items states instead of 2 separate items
- The starting rooms now generate using the "Dungeon Pack" system (It will spawn the room labelled 0 in your pack ex: "level_1_room_0")
- You no longer need a key in your hand or inventory to open a door that leads to an already generated room (if the Keystone director is removed from the other side)
- Going through the Level 5 Dungeon Portal now stops the dungeon
- All Keystone directors work on all keystones now
- Gave the Mysterious Shard its own texture
- Added 4 different types of Needles in to the dungeon loot pool
- Added a generic Keystone director to those who don't feel like using a fully textured one or to make one themselves
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:ktuZ0TpD:z4SRHQOc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ktuZ0TpD:z4SRHQOc"
}

