Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

fabric-pebble-v0.2.0

Compare
Choose a tag to compare
@stevenhuyn stevenhuyn released this 08 Apr 14:44
· 57 commits to master since this release

You can now critical with the pebble!
Pull the pebble back for roughly 1.25 seconds and on release you will see critical particles, with the added bonus that the pebble does slightly more damage!

This should be implemented in a way that should automatically work in a dedicated server setting. (I hope).

That was weirdly a lot of work:

  • Refactor out deprecated networking module
  • Learn how Fabric API handles networking
  • The structure of how server/client works. (Singleplayer has a virtual server!)

I also found the a jar for the javadocs for the Fabric API finally and worked out how to unpack that boy (lol), which should speed up my development immensely.