Ghoulboy

Results 46 issues of Ghoulboy

It's in the code for `Mob#convertTo`. I might even fix it myself tbh, cos I've looked at the code recently, so I kinda know how where to begin. https://discord.com/channels/882822986795716608/882826588348092457/1005362908085108897 This...

bug fix suggestion

_No description provided._

app-update

This is a continuation from [this discord conversation](https://discord.com/channels/882822986795716608/953977261827170355), and the code I wrote there. In this PR, I also rename `heap.sc` to `min_heap.sc`, and add `max_heap.scl` as a showcase of...

enhancement
new-app

Fixes #241 Using `weather('clear', round(rand(0x7FFFFFFF))` instead of `run('weather clear')` which always does 5 minutes (or 6000 ticks)

app-update

This will allow block breaking apps to signal to other apps that blocks have been broken, as well as allow apps to receive this information. Fixes #298 Todo; - [...

app-update

Cos MiniHUD wasn't updated but I like this functionality, so I decided to add it myself. It has some utility features too for busy servers and poor connections. (By which...

new-app
on-hold

Fixes #184 As altrisi mentioned, in #182 I managed to take out two commits, which properly depleted the player's hand stock.

app-update

**OLD PR** ~~This adds a bunch of functions which are related to matrices, including ones to create new matrices, check that a value is a matrix, and multiply, add and...

new-app
on-hold

**Is your feature request related to a problem? Please describe.** I would like the blocks that I break with hammer.sc to be picked up with auto_pickup.sc and same with blocks...

enhancement