
Mythrais
Mythrais is an architectural addon mod that provides lots of decoration blocks such as windows, roofs, arches, Tudor beams, pillars and wall details for making your medieval and fantasy builds more buildy! Download my 32x resourcepack from my Patreon.
Tags
Creators
Details
3.0.3-1.20.1
Compatibility
Changes
PLEASE BACK UP YOUR WORLDS BEFORE UPDATING ANY MOD! FIXED FOR NEO AND FABRIC
- All blocks now break again correctly with tools (Iron + )
- Inserted missing recipes
- Fixed Hitboxes for all battlement blocks
- Fixed z-fighting on 45-degree roofs
- Fixed Hitboxes for smaller and 3-wide windows (very large windows still pending)
- NEO ONLY - Support 01 full dark oak (2,3,4) have been converted to standard stairblocks, so they have the same functionality but are only available in dark oak, oak, spruce and birch. This should, fingers crossed, stop them from randomly despawning - but will, on this update, most likely disappear from your build until you replace them with this new version.
NEW BLOCKS
- Added corner extension blocks for spiral stairs so you can make 2 wide spirals
- Added Wooden Grille
- Added Wooden Diagonals
- Added Woden Diagonals Corner
- Added Mullioned Window Ironbars
- Added Rounded Window Ironbars
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:dz8ogIVL:HlxpYbv6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dz8ogIVL:HlxpYbv6"
}
