Raycoms

Results 18 issues of Raycoms

MineColonies side adjustments for: https://github.com/ldtteam/Structurize/pull/517 # Changes proposed in this pull request: - - - Review please

Hi, this is a suggestion board for people wanting to contribute to MineColonies. If you pick one of these, please create a new issue and assign it to yourself. If...

In Progress
Good First Issue

Not sure if this is an issue with iron chests or sponge. ``` if (block instanceof BlockContainer) { cancelEvent(event, event.getEntityPlayer()); return; } ``` I use this to cancel the event...

Minecraft : 1.12.2 SpongeAPI : 7.1.0-3fdbf299 Sponge : 1.12.2-7.1.6-SNAPSHOT SpongeForge : 1.12.2-2825-7.1.6-RC3713 Minecraft Forge : 14.23.5.2836 - Operating System: Linux debian - Plugins/Mods: https://minecraft.curseforge.com/projects/minecolonies-testpack **Issue Description** We're getting huge logs...

system: phase tracker
version: 1.12

## Describe the bug A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior: 1. Create a new server 2. Have a...

bug
priority:medium

Hi, I was looking through the repo and I was wondering if there is a "simple" way to startup 400 instances and run a benchmark with fixed sized blocks.

Initial bug report: https://github.com/ldtteam/minecolonies/issues/6078 It's because Minecolonies copies the stack on setStackInSlot.

bug
question

Run the algorithm with graphs with 1 millions nodes and calculated only 2 paths in over 30 minutes.

@SubscribeEvent public static void onLivingUpdate(LivingEvent.LivingTickEvent event) { LivingEntity entity = event.getEntity(); //Return if players are empty on an integrated server, as the player needs a small delay to connect. if...

bug

Background: At the very moment, the server-config is per world which is confusing for players as they have issues finding the config. Further, when you restart the world, you need...

Feature