-
In doing an overall cleanup of SpongeCommon's mixins, I've started moving away from using AT's for certain fields and using Accessor Mixins. While they work well in consumer code, I've found a corner …
-
nbtlib.parse_nbt("{a:4000b}") return Compound({'a': Byte(4000)})
but in minecraft command ,
it will be Compound({'a': String('4000b')})
-
System Information
-----------------------------
MultiMC version: 0.6.5-stable
Operating System: Ubuntu GNU/Linux 19.04 Linux 5.0.0
Summary of the issue or suggestion:
-------------------…
nift4 updated
5 years ago
-
First, I am sorry if this is in the wrong thread/area, but I am new to this forum. I am just wondering, when giving someone a single world permission to access an individual world, (i.e. multiverse.ac…
-
Figured I'd cross-post this from https://github.com/squeek502/AppleCore/issues/129#issuecomment-414212825
This is an issue worth fixing (I know from experience, see https://github.com/squeek502/App…
-
Every time someone votes, the server lags for around 15 seconds.
After a vote reception the server can even crash.
Crash log: https://pastebin.com/Q4wCdnsg
(It's incomplete, I can provide it enti…
-
Game loads, but upon choosing the world, the game soon crashes. It looks like a field which AppleCore adds at run-time is no longer being populated.
The primary stack trace for the crashing excepti…
-
Minecraft version: 1.12.2
Forge version: 2768
Spongeforge version: spongeforge-1.12.2-2768-7.1.4
This issue is continuation of previous issue (which i believe got fixed now). Previous issue link:…
-
Sponge Version: 1.12.2-2768-7.1.5
Forge Version: 14.23.5.2814
Total Economy Version: 1.8.1
### Description of issue
I am trying to add materials from other mods to the jobsets and i know i'm not…
-
What we call [`TileEntity`](https://github.com/SpongePowered/SpongeAPI/blob/stable-7/src/main/java/org/spongepowered/api/block/tileentity/TileEntity.java) should be called `BlockEntity` for consistenc…