
Grindstone Is Made Of Stone (Fabric)
If you ask anyone what a grindstone is, most will tell you it's a special stone used for sharpening tools. More knowledgeable individuals will add that historically these stones were typically made from sandstone, not just any material.
However, Minecraft developers, known for their commitment to consistency, decided to assign the grindstone the same properties as the anvil. At first glance this seems like a minor detail, but the problem becomes apparent when you discover that anvils cannot be moved by pistons. Accordingly, grindstones also cannot be moved using pistons, unlike all other workstations in the game.
This small mod fixes this inconsistency by changing the grindstone's material to stone
.
Installation
Requirements:
- Minecraft version
>=1.14.x
- Fabric Loader version
>=0.7.0
Building from source
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