1.0.0
Compatibility
Changes
Version 1.0.0
Added:
-Limestone Path
-Soul Stone Path
-Chiseled Planks for all types of Planks
-Chiseled Plank Stairs for all types of Planks
-Chiseled Plank Slab for all types of Planks
-Chiseled Fences for all wood types
-Chiseled Fence Gates for all wood types
-Mob Statue Creeper Statue
Changes:
-Soul Jack o’Lantern recipe changed to match jack o’lantern recipe
-Carpenter Table:
-Change GUI size
-Overhauled how the table works
-Can now crafted all wood blocks
-Added sound to when a block is crafted
-Added In 2 new crafting screens to craft Doors, Trapdoors, Fences, and Fence Gates
-Carpenter Villager
-Changed Work Sound
-Reworked all trades
Textures:
-Tweaked Carpenter Table texture
Fixes:
-All soul stone recipes are now fixed
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:JJ2UO8yC:Ep7CG0xv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JJ2UO8yC:Ep7CG0xv"
}

