-
Ok so I am using your code to learn how to mod. I have been going through and trying to understand how it all works and how it all comes together, but I found this little snippet, "ItemStack stack = g…
-
_Originally posted by @CJMinecraft01 in https://github.com/CJMinecraft01/CJCore/issues/10#issuecomment-446550070_
-
Since there is currently no support for CSV mapping files I created the project [removed]. The `README` file should hopefully explain it a little bit (might not display correctly at the moment because…
-
See #430
- [ ] `func_72709_b` in `IWorldEventListener`: `onEntityRemoved` -> `onEntityUnloaded`
When the method is called, the entity might be just unloaded as a part of a chunk instead of w…
liach updated
6 years ago
-
Hello there. I'm currently trying to write my own mod and was going to use the Guidebook API for, well, making a guidebook. And that depends on this. But when I include guidebook in my build.gradle…
-
Hello,
I'm trying to make a Minecraft mod that includes this library and I keep getting this error
```
Error: net.minecraftforge.fml.common.LoaderException: java.lang.UnsatisfiedLinkError: Unab…
-
i tried to start a new mod project and it didnt work.
then i updated my java and my gradle and it still didn't work...
the console log:
`Checking for updates at URL: https://raw.githubusercontent…
-
- [ ] `net.minecraft.entity.passive.EntityFlying` -> `net.minecraft.entity.passive.IFlying`
- [ ] `net.minecraft.entity.EntityFlying` -> `net.minecraft.entity.EntityLivingFlying`
The reasoning…
-
---- Minecraft Crash Report ----
// Oops.
Time: 05:34 07/05/2017
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.Loade…
-
Trying to boot up in a dev environment and updated TOP to v1.1x-1.4.4-55
Had to add CompatLayer, v1.10-0.2.2
I'm crashing on world load with this:
http://pastebin.com/K3XELXx0
Any ideas?