Skip to content

ashtonqlb/simplehammers

 
 

Repository files navigation

Simple Hammers - All manner of hammers

Requires Fabric API >= 0.86.1 Available on Modrinth

Overview

A simple mod that adds two tools (Hammers and Impact Hammers) and a single block, Dust.

Hammers are used to break blocks down into their baser forms, so Cobblestone becomes Gravel, Gravel becomes Dirt, Dirt becomes Sand et cetera. Impact Hammers are pickaxes that can mine in a 3x3 or 4x4 radius depending on the tool tier.

Both of these tools are completely customisable in the configuration file, which should be located at .minecraft/config/simplehammers.json

On it's own this mod doesn't really do a whole lot, as it's intended for usage in modpacks, where resources might be configured to be scarce. Pack developers can integrate this mod as an alternative resource gathering solution

Building from Source

To build this mod from the source:

  1. Clone this repository
  2. Open the cloned repository in the terminal
  3. Type in gradlew build and hit Enter
  4. The compiled mod will be located in /build/libs/

License

The software portion of this project is licensed under the MIT License. The artwork (textures, blocks, mod icon) used in this project however, is copyrighted and used under permission from it's author. Any subsequent or derivative works must use their own artwork, or contact the rights holder

Attributions

This project is based on Fabric Hammers by bdani0717, which in turn is based on Vanilla Hammers by Draylar