Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 weeks ago
All versions
1.1.0
Release
Roman Daily Life Mod 1.1.0last year 463
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Update: March 2025 Version: 1.20.1-1.1.0
Fixes:
- improved coal on altars and braziers
- fixed toilet culling
- red white insets and red insets full blocks using the same texture when placed corrected.
- fixed fountain hole in the back and missing texture
- all stairs have textures
- improved yellow stucco tiling
New Items:
- travertine triangle pediment with 3 sizes
- travertine rounded pediment with 3 sizes
- corinthian capital pilaster
- roman road block
- roman road dirty block
- roman road with white insets block
- large ashlar masonry tan block
- large ashlar masonry yellow with red lines block
- triglyph molding
- red and gold panel block
- opus signinum black multi-colored block
- opus signinum white red block
- floral pattern door surround
- marble statue pedestals (2 sets of 3 variants)
- equestrian statue (3 variants)
- basket of wool
- new roman pavements tab
- hanging bronze oil lamps (2 types)
- bronze chest
- building blocks have palette of variants accessible through pressing “v”
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:NuMGX4Wm:SghGJavR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NuMGX4Wm:SghGJavR"
}


