Tags
Creators
Details
2.7-1.20
Compatibility
Changes
CHANGELOG
(+) Adjusted Spiral Stairs to be placed on both LEFT and RIGHT sides of blocks.
(+) Removed "Roman" creative tab. Added "Columns" tab.
(+) Adjusted Palette Wheel to have blocks evenly spread depending on amount of blocks within family.
(+) Added a multitude of new blocks to be selectable via Palette Wheel.
(+) Adjusted textures/models for: "Piano, Barrel Blocks, Small Stack of Barrels, Anvil on Barrel, Apothecary Bundle, Oar.
(+) Added the ability to sit on furniture blocks by right-clicking. - Also use "Shift + Right Click(with an Empty Hand) to alternate blockstates when using these blocks.
(+) Made blocks that can be Cycled to show "Cycled" when hovered over.
(+) Fully reworked all Survival recipes to work with the Crafting Table and not the Stonecutter.
(+) Added the following blocks:
"Hanging Hay Trough, Blue Roman Base/Column/Top, Red Roman Base/Column/Top, White Roman Base/Column/Top, Green Roman Base/Middle/Top, Corinthian and Ionic Tops for all colors, Vertical Half Slabs for all Columns, Large Birdhouse, Carved Newell Base, Large Hanging Rack, Chicken Coop, Open Chicken Coop, Simple Wooden Chest, Green Roman Door, Oak Door, Land Roller, Grill, Campfire Grill, Large Spoke Wheel, Medium Spoke Wheel, Large Metal Spoke Wheel, Medium Metal Spoke Wheel, Grill, Campfire Grill, Oak Wood Stair, Spruce Wood Stair
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:N4NCx6JE:xUcfNyBu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N4NCx6JE:xUcfNyBu"
}

