/BetterSense

I think this makes sense..? A simple mod that tries to make more sense to minecraft.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

BetterSense

I think this makes sense..? A simple mod that tries to make more sense to minecraft.

Is in beta.

Requires: Fabric API

Features

  • WHY CACTUS DELETES ITEMS??!?
  • Stonecutter hurts (Ouch) and deletes items

TODO

  • Make configurable via commands
  • Add language for death by stonecutter
  • Optimize this lazy piece of code

Contributing

I'm new to Java and minecraft modding and I don't know how mixins work so if you know and want to help you can open an issue or a pull request and I'll be very appreciative!

Building

git clone https://github.com/jak3z/BetterSense.git
cd BetterSense

# On Linux
chmod +x ./gradlew
./gradlew build

# On Windows
.\gradlew.bat build