Salandora

Results 3 issues of Salandora

Inside the index.js is an endless loop, causing the printer status to permanently get updates instead of every "refreshRate" seconds: in initialInfo you call updateStatus: https://github.com/quillford/PrinterView/blob/master/index.js#L47 in updateStatus you call...

As discussed in discord I worked on the templating system for creating backpacks via commands. The current implementation has the following features: - ```/sbp template create [override]```: Creates a template...

I ported the DynamicFluidContainerModel with some limitations/changes. ## Notes - I implemented a LazyBakedModel because there was no way to get the ResourceLocation of fluids from FluidVariantRendering/FluidRenderHandlerRegistry - I choose...