Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Grindstone Is Made Of Stone (Fabric)
If you ask anybody what a grindstone is, they will usually tell you that it's a sharpening stone used for grinding tools. A more meticulous person might even add that they are usually made of sandstone¹, not just any stone.
However, Mojang, also known as The Biggest Consistencyâ„¢ Fan out there, decided to set the grindstone's material to the same one they use for the anvil. While this might not seem like a big deal at first glance, it actually is when you remember that anvils cannot be pushed by pistons. Thus, it's impossible to move a grindstone via a piston too, unlike any other workstation. Yet another win for consistency! Hip hip hooray!
This small mod fixes this inconsistency by changing the grindstone's material to stone
.
Installation
Requirements:
- Minecraft
>=1.14.x
- Fabric Loader
>=0.7.0
You can download the mod from:
- GitHub Releases (recommended)
- Modrinth
- CurseForge
- GitHub Actions (these builds may be unstable, but they represent the actual state of the development)
Building from sources
Requirements:
- JDK
17
Linux/MacOS
git clone https://github.com/Kir-Antipov/grindstone-is-made-of-stone.git
cd grindstone-is-made-of-stone
chmod +x ./gradlew
./gradlew build
cd build/libs
Windows
git clone https://github.com/Kir-Antipov/grindstone-is-made-of-stone.git
cd grindstone-is-made-of-stone
gradlew build
cd build/libs