-
Item.onItemRightClick(World itemStackIn, EntityPlayer worldIn, EnumHand playerIn) should be changed to Item.onItemRightClick(World world, EntityPlayer player, EnumHand hand)
-
When I try `gradle runServer --stacktrace` I get the following:
```
Starting a new Gradle Daemon for this build (subsequent builds will be faster).
#################################################
…
-
As you're aware, I've been struggling a bit to get CCLib to work in my dev environment for Flaxbeard's Steam Power. After doing a bit of debugging, I think I have found the culprit. When ASMHelper is …
-
Just so you guys are aware, I've done a quick and dirty update to 1.10
https://github.com/Draco18s/CustomOreGen/tree/1.10-Update
Not doing this as a PR because there's a bunch of stuff that should be…
-
Hey !
It's me again :D
Since a few days now, we've been "randomly crashing", after a while we figured out that when one specific player was connecting. I teleported him back at spawn, and tried to…
-
Trying to use a Mapping instance returned by reading a srg file with the write function for the enigma praser causes the folowing exception.
`Exception in thread "main" java.lang.NullPointerExceptio…
-
At the Moment this has not PaperSpigot Support
If there is already PaperSpigot Support, could someone explain it
If not will it be soon added?
ghost updated
8 years ago
-
Here is the updated `build.gradle`:
```
// For those who want the bleeding edge
buildscript {
repositories {
jcenter()
maven {
name = "forge"
url = "http:…
-
I'm seeing problems with multiblock lighting in 0.7.4 and .5. This happens without fastcraft, optifine, or cofhtweaks installed and without solid blocks above the IE multiblock so this is different fr…
-
The MinecraftMappings scripts can't generate mappings for the new system.
Since I don't know enough bash to use 2 different systems, we have 2 options.
1. Do mapping generation by hand
2. Port Minecra…