WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
64 stars 12 forks source link

Lots of errors in the console #107

Open andy3559167 opened 1 year ago

andy3559167 commented 1 year ago

https://mclo.gs/g25Y0vb

Additional context Add any other context about the problem here.

WolfyScript commented 1 year ago

This could be because of a custom block (like the Elite Crafting Table or Advanced Crafting Table from CustomCrafting). However, that should only happen when that chunk is loaded. Unloaded chunks are being ignored.

Is there any reason why that chunk might be loaded? Maybe a player is that far out and placed that workstation?

andy3559167 commented 1 year ago

I don't know about this but I turned off the Advanced workstation and still got the error

WolfyScript commented 1 year ago

I don't know why Bukkit keeps printing this warning. (those are not errors, "just" warnings) It does look like when you join you are very far away from the world origin (0, 0), so it might just be that.

Once a chunk loads, WU gets that chunk and looks for saved blocks. Therefore, it must access the chunks, even if it prints those warnings.

andy3559167 commented 1 year ago

Is there any way to clear those "warnings"