-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
bugsomething isn't working in the intended waysomething isn't working in the intended waycontributor friendlythis issue is limited in scope and/or knowledge of Cubyz internals, good for newcomersthis issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers
Milestone
Description
Steps to Reproduce and Observed Behavior
this can only be replicated by a modified client, but the modification is very simple. for example i wrote a function that would run:
main.network.Protocols.blockEntityUpdate.sendClientDataUpdateToServer(main.game.world.?.conn, pos);
const inventorySize = 20;
const inventory = main.items.Inventory.init(main.globalAllocator, inventorySize, .normal, .{.blockInventory = pos}, .{});
main.gui.windowlist.chest.setInventory(inventory);
main.gui.openWindow("chest");
main.Window.setMouseGrabbed(false);
p.s. idk the proper way to write a github issue, blame codemob, they told me to :3
Metadata
Metadata
Assignees
Labels
bugsomething isn't working in the intended waysomething isn't working in the intended waycontributor friendlythis issue is limited in scope and/or knowledge of Cubyz internals, good for newcomersthis issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers