Results 7 comments of Super Ewald

Had the same issue and worked around it by saving the `rawFile` buffer to file (it seems like AddImport doesn't apply changes to the binary). So in your case do...

> Just a note with Kadence Blocks Pro and the built in webhook functions you can map your fields so you can set the send id. I already thought that...

I've updated the issue as I mixed up form field IDs and names. Also included a PR to solve this issue.

I'm currently trying to align the value and option textbox in one row but fail to do so, any hints how I can create a row of 2 textbox aside...

> Remove timers and use proper tick system to handle the buffs using priority queue of duration and order. This will assure efficient & correct handling of buffs. @danil179 Should...

**close request** Isn't this issue solved by #449 ?

I would like to do something similar but instead of converting minecraft's region format, I thought of implementing a custom `VoxelStream` in order to load data from mca (minecraft region...