Raycoms
Raycoms
You can take a look at how minecolonies does it here: https://github.com/ldtteam/minecolonies/blob/version/1.18/src/api/java/com/minecolonies/api/util/WorldUtil.java#L66
I now had the time to look deeper into this. Not sure I understood this right, but it seems I can either run this on one of the cloud platforms...
I've seen that you can run it in 1 virtual machine, but I couldn't find anything regarding distributed setups (like, defining a cluster of IPs or similar) to distribute the...
I'm very confused about running the simulation (on mini-net or localhost). The localhost description is basically non existent and mininet tells me to run: "go build && ./simul -platform mininet...
That's strange because shift clicking etc works perfectly fine. Even shifting over several stacks which should have a similar behaviour.
``` @Override public void setStackInSlot(final int slot, @Nonnull final ItemStack stack) { mainInventory.set(slot, stack.copy()); } ``` Basically because we copy here, the scrolling to insert breaks.
Vanilla mostly sets the stack directly, but they don't track inventory changes as we need it. We're tracking the contents of the inventories to avoid changing contents and us not...
Did tou Sent from Proton Mail mobile -------- Original Message -------- On Sep 21, 2022, 19:36, Spacepilot99 wrote: > Hi we have now updated to the latest version and she...
What are the tags of the facade block? -------- Original Message -------- On Sep 9, 2022, 11:14, Snorlax1337 wrote: > Is there an existing issue for this? > > -...
And can we check if this is a borked rack already in the scheme?