Everything posted by larsgerrits
-
Server Wont Start (1.7.10)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663) at java.lang.Class.getConstructor0(Class.java:3067) at java.lang.Class.newInstance(Class.java:408) at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.instantiate(SimpleNetworkWrapper.java:113) at cpw.mods.fml.common.network.simpleimpl.SimpleNetworkWrapper.registerMessage(SimpleNetworkWrapper.java:106) at thehippomaster.AnimationAPI.AnimationAPI.init(AnimationAPI.java:27) If you 'backtrace' the logs, you eventually see that it is caused 'at thehippomaster.AnimationAPI.AnimationAPI.init(AnimationAPI.java:27)'.
-
Halp
We officially don't offer support for Minecraft 1.6.4 anymore. Update to 1.7.10 or 1.8.
-
[SOLVED]1.7.10-1307 2nd Player joins server, other player disconnects. No Crash
Is it as simple as removing .zip from the name? Not too familiar with Java/JAR's. And can i change the Pams Clay spawn from .zip to .jar? Yes, it is as simple as that
-
TileEntityCustomFurnace player.getDistanceSq((double): player cannot be resolved
If you can't spot these errors yourself, you have to stop modding now (!), learn Java, make a application yourself (no google) and then come back to modding.
-
TileEntityCustomFurnace player.getDistanceSq((double): player cannot be resolved
The problem is that you copied it. You are never getting anywhere when copying things from other people. And you probably don't even know what that code does, right? And you are never getting anywhere in Minecraft modding if you don't know the most basic Java there is.
-
TileEntityCustomFurnace player.getDistanceSq((double): player cannot be resolved
Learn Java.
-
[1.7.10] set entity stop falling
Try canceling the LivingFallEvent .
-
I need help with this! I dont know what is wrong D:
You are trying to access a client-side class on the server side. Show your main class and proxies for further help.
-
Help with compiling mod
Or, do not use default methods and make your mod playable by Java 6 users...
-
Help with compiling mod
What makes you think it is impossible?
-
Help with compiling mod
Read. Third and fourth line from the screenshot you posted.
-
WorldTickEvent Running Multiple Times
1) The only WorldTickEvents are called with Side.SERVER as the side, so you don't need to checkfor client/server. 2) The more dimensions there are, the more the WorldTickEvent gets fired.
-
Minecraft mods+ Github?
A standard modding github should look like this: https://github.com/Larsg310/MineTech
-
[1.7.10] Multipart pipes (TileEntity problem)
You don't need to write it in Scale. I have a implementation of the tutorial in Java here: https://github.com/Larsg310/FMP-Tutorial.
-
isFull3D() doesn't work in custom items
Define "doesn't work".
-
Help with rendering Tile Entities
Or override the hasTileEntity method to return true.
-
[1.7.10] Multipart pipes (TileEntity problem)
You have to render your cable in one of the rendering methods for a TMultiPart . See the 'Rendering' section: http://www.minecraftforge.net/forum/index.php/topic,22503.0.html (by Busti) For transfering over data from the TileEntity to the TMultiPart , I suggest you look at this: http://whov.altervista.org/dealing-with-tile-entities-in-multiparts/ (by Whov)
-
[1.8] Rendering item model from item stack using EntityItem and...?
The TileEntitySpecialRenderer itself hasn't changed, only the rendering you do inside them is different.
-
[1.8] Rendering item model from item stack using EntityItem and...?
Please, atleast look at a tutorial for TileEntitySpecialRenderer.
-
[solved]Code for Fly Ring
You can check if the player has an Item in it's inventory with this: player.inventory.hasItem(Item) . You can allow creative flying by setting player.capabilities.allowFlying to true .
-
[solved]Code for Fly Ring
What up with that && ?
-
[1.8] Rendering item model from item stack using EntityItem and...?
Uhmm... that's not how you use a renderer. You probably have to use a TESR (TileEntitySpecialRenderer) .
-
[SOLVED] Get world from string
MinecraftServer.getServer().worldServers[dimensionID] .
-
[1.7.2] Event for block placing?
That was added in 1.8. I have it in my 1.7.10 workspace... @OP, update to 1.7.10. No need to use 1.7.2.
-
Forge 1.7.10: Shutting down internal server
Lower your view distance.
IPS spam blocked by CleanTalk.