-
Client Side detail subsection of log:
A detailed walkthrough of the error, its code path and all known details is as follows:
------------------------------------------------------------------------…
-
Minecraft 1.12.2
XNET 1.4.1
I was trying to bulk automate Refined Storage Solderers, so I had a network of 16 solderers each with an advanced connector attached, a crate, and a controller with one c…
-
IItemHandler currently only has functionality to determine if a slot _will_ accept an item. There is no function to determine if it _can_ accept an item. The difference is subtle but important.
My pa…
-
The dragon's breath ability doesn't work I tried changing the hotkey to several different ones(Ones that are not used.) and still nothing. This is for v1.06
-
In many mods, config values are used on both the client and the server to determine results of recipes, burn times of fuel, and other gameplay features. Issues arise, however, when these values are no…
-
What do you think about CSV combat logs? Considering the sheer mass of log entries which will be collected, it could be better to save the logs in the CSV format, which means that server admins can op…
-
**I wrote this code to solve a problem of finding out the current exhaustion level...**
FoodStats shit = player.getFoodStats();
float count = 0.1F;
float total …
-
After i updated your mod to Version 1.3 or higher i get an issue with sponge: IDs are no longer the same on Client and Server when using BaseMetals.
Take a look at the sponge issue: https://github.…
-
It's a mod that adds Xbox controller support to the game along with some on screen prompts to match + split screen, etc.
When trying to move around with the left thumbstick if you do any combinatio…
-
I've got a weird setup going...
Currently, `MinecraftServer` is calling an invalid constructor for `FrozenThread`:
```java
public class MinecraftServer {
public MinecraftServer() {
…
phase updated
6 years ago