Tags
Creators
Details
Licensed CC-BY-4.0
Published 3 years ago
Updated 3 years ago
All versions
4.ABCEEEFAb
Release
4.ABCEEEFAb3 years ago 75
Compatibility
Minecraft: Java Edition
1.5.2
Platform
Risugami's ModLoader
Supported environments
Client and server
Changes
Version 4.ABCEEEFA
July 21st, 2018
- Added Clay Piles as a new item. Clay blocks harvested without a shovel will produce Piles, much like with Dirt, but in the case of Clay only a Stone Shovel is needed for a full harvest. 2 Clay Piles may be combined in the crafting grid to produce a Clay ball.
- Added crafting sounds to the Anvil and Mill Stone.
- Added new Blocks Of Oysters and the corresponding slabs, which may be piston packed out of 16 Creeper Oysters.
- Changed Sandstone blocks to be harvested whole with Diamond Picks (or better), instead of through the isolate & chisel method of regular stone. The intent here is to make sandstone a more practical mid-game building material without saturating the early game with versatile building blocks. This applies to sandstone stairs and slabs as well.
- Changed the direction in which the Piston Shovel ejects items so that it's a little more consistent, similar to the changes to the Mill Stone in the previous release.
- Changed (increased) the loss of durability when an Iron Chisel is used to convert a Stump into a Workbench, to make doing so more of a strategic consideration rather than something you can just spam all over the place.
- Changed Bone items to only stack up to 16, to be more consistent with other similar packable mob drops, and to further incentivize piston packing.
- Changed how the Fire Plough works internally to hopefully resolve some issues with it sometimes not working properly in SMP.
- Changed how multiple hardcore respawns in the same area work to discourage some exploits.
- Fixed a problem where re-opening a Hamper while the lid was in the process of closing could cause a looping sound to be played.
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:gnwDU966:LnqNeAKr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gnwDU966:LnqNeAKr"
}

