Closed techninja1008 closed 3 years ago
has this been tested, if so, thank you for your work
It has, turtles can now break and pick up other turtles and computers successfully
I'll merge your pull request, are you planning on making any more soon or should I publish a release on the curseforge
I'm currently in the process of a fix for #24
that was fixed upstream I think, might be best to go off of that
do you want to be added to the repository?
If you want, yeah. I will put it out there that this is my first experience with Fabric, although I've done Forge modding and other java (and scala) work as well.
that's fine
Didn't realize renaming the branch would close this PR, see #28
Fixes #25.
Specifically, this changes the first call of
Block.onBroken
toBlock.onBreak
, to make the logic consistent withServerPlayerInteractionManager
.