Tags
Creators
Details
1.0.2-1.20.1
Compatibility
Changes
New Blocks
-
Fancy Wardrobe.
-
Rustic Wardrobe.
-
Gothic Birch Arm Chair.
-
Leather Throne Chair.
-
Red Acacia Daybed.
-
White Silk Daybed.
-
Yellow Silk Daybed.
-
Wooden Latrine.
-
Rope On The Wall.
-
Rope Pile.
-
Hanging Rugs (16 Variants).
-
Old Wood Wall Shelf.
-
Drying Rack.
-
Jam Jars, Can be stacked up to 5 times:
- Jam Jars.
- Apple Jar.
- Raspberry Jar.
- Strawberry Jar.
-
Bottle of Rum.
-
Large Bottle of Wine.
-
Hanging Foods:
- Carrots, Herbs, Beetroots, Onions, Bananas, Beef, Pig, Rabbit, Fish, Sardines, Mentula Fish, Salmon, Salami and Sausages.
New Items
- Salt - Can be used in Butter crafting.
- Pink Salt - Can be used in Butter crafting.
- Carpentry Plan - Can be used in Carpentry recipes.
- Nails - Can be used in Carpentry recipes.
New Functionalities
- Loot tables added for all blocks.
- Added Butter Churn Menu - Now you can craft Butter using Milk and Salt in the Butter Churn.
- Added Carpentry Table Menu – "Furniture" and "Carpentry Blocks" can now be crafted via the Carpentry Table.
- Added Sawhorse Menu – All types of vanilla wood blocks and Timbers can now be crafted using the Sawhorse.
- Plants tagged as "small_flower" can now be potted in the Wicker Window Planter.
- Blocks tagged as "jam_jars" and "bottle" can be placed on the Old Wood Wall Shelf.
- Blocks tagged as "hangable_on_rack" can be placed on the Drying Rack.
Blocks From Conquest Reforged
- Wicker Basket (Updated Model).
- Old Wicker Basket (Updated Model).
- Yellow Wicker Basket (Updated Model).
- Small Basket Variants:
- Small Wicker Basket.
- Small Wicker Basket of Apples.
- Stackable Bottles:
- Brown Bottle (Stacks up to 4).
- Green Bottle (Stacks up to 4).
- Bottle of Wine (Stacks up to 4).
- Bottle of Soda (Stacks up to 4).
- Bottle of Frankincence.
- Water Jug.
- Broken Bottle.
Fixes and Changes
- Fixed rendering issue with Broken Barrel.
- Added Toggle State for Carpentry Tool Rack.
- Now the block's appearance can be changed dynamically.
- Updated the placement mechanics for Trestles.
- Renamed "horizontal_butter_churn" to "hanging_barrel".
- Renamed "plunger_butter_churn" to "butter_churn"
- Renamed "carpentry_table_top" to "carpentry_tool_rack"
- Renamed "hanging_rug" to "william_morris_hanging_rug"
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:iOP2oL1Y:NmV8mxrw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iOP2oL1Y:NmV8mxrw"
}

