Tags
Creators
Details
3.1.5
Compatibility
Required content
Changes
Notes: 1. Fabric API version: 0.51.1+1.18 and Fabric Loader version: 0.14.4 are required at a minimum. 2. Cloth Config API (Fabric) version 6.2.57 is required at a minimum. 3. When including the ModMenu Optional Dependency; version 3.2.1 or later of ModMenu is supported.
v3.1.5
- Fixed an issue where the moderate barn would be built instead of the advanced barn.
v3.1.4
- Fixed an issue where some of the mod's recipes would not show up properly in REI or similar mods.
v3.1.3
-
Added new Tower Starter House. Contributor: Bluemage
-
Added new Cabin Starter House. Contributor: Bluemage
-
Added new Treehouse Starter House. Contributor: Bluemage
-
Added new Crimson Moderate House: Contributor: AVeryNerdySpider
-
Added New Tower Moderate House: Contributor: Bluemage
-
Added new Hobbit Moderate House: Contributor: Bluemage
-
Added New Cottage Moderate House: Contributor: Noid
-
Added new Moderate Barn to the Moderate Farm Item. Contributor: Bluemage
-
Fixed an issue where the player could lose an entire stack of the Starter House or Moderate house if they had a full stack in the first slot of their hotbar and a single matching Starter/Moderate house in a different slot in their hand and built a house.
v3.1.2
-
Fixed an issue where most recipes simply did not work. These recipes will now work properly based on configuration settings.
-
Fixed an issue with multiple recipes where the configuration option wasn't being respected.
v3.1.1
- Well that was embarrassing! Fixed an issue where the game would crash immediately.
v3.1.0 This is the first release for Fabric for Minecraft 1.18.2!
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:pTJ1ZloG:9rG5DwT7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pTJ1ZloG:9rG5DwT7"
}



