ArsTwo
ArsTwo
## Bug Report When trying to login manually into ESI Pyfa fails with the error message that the local server is not started. ### Detailed steps to reproduce: 1. Set...
As a new user of HTL I am trying to understand where my files need to be placed and how they can be accessed with an include directive. While the...
While analyzing performance of my server I learned that BT3 constantly searches through the recipes [to figure out what to generate](https://github.com/thraaawn/BonsaiTrees/blob/cf166b3beb9567e987a9a89f61f1611bcf9f6b7b/src/main/java/com/davenonymous/bonsaitrees3/blocks/BonsaiPotBlockEntity.java#L241). While this is not a problem on smaller modpacks...
With the latest FTB packs this mod has become hugely popular, yet it still lacks even basic documentation. It would be great if there was at least a rudimentary wiki...
If I try to use Jabel it always fails to initialize, because a dependency is missing: ```Java An exception has occurred in the compiler (17.0.8.1). Please file a bug against...
## What Should Be Added or Changed? Currently Obsidian is a very strong early game material, that will not only give you tools that can mine about everything, armor that...
I just downloaded and installed npm-check, but all it does is hanging at the step where it supposedly is checking for newer versions of the used packages and that's it....
If Bioferite Harvesters are full, they will cause a desync when trying to give a job to clear it. This can be avoided by disabling automatic extracting and by emptying...
In at.feldim2425.moreoverlays.lightoverlay.integration.CustomSpawnerLightScanner ``` List possibleSpawns = CustomSpawner.instance().getPossibleCustomCreatures(world, environment.entitySpawnTypes.get("MONSTER"), pos.getX(), pos.getY(), pos.getZ()); return !possibleSpawns.isEmpty(); ``` The returned list `possibleSpawns` can be null when changing worlds (i.E. to the Nether or back),...
**Describe the bug** When trying to edit the description of an Epic, User Story or Task it is impossible to reach a state where you can actually input text: ...