Everything posted by larsgerrits
-
[1.11.2] Client sided ghosting
I know. He just wasn't really specific about when a user can press the key (maybe he can only "ghost" when he's dead and presses a key). But that doesn't matter, as he said it's for an actual mod.
-
[1.11.2] Client sided ghosting
It depends. If the player has to die before he can "ghost", it's not really a hack. And he could put heavy limits to the "ghost". @OP, take a look at how Minecraft handles spectator mode.
-
Forge 1.10.2 Issue: Java Binary Stops Working
It's described in the EAQ.
-
Forge : [10.13.4.1448,10.14)
1.7.10 is no longer supported on this forum. You should update to 1.10.2 or 1.11.2.
-
(Forge 1.10) onEntityDeath + Adding Item (UNRESOLVED)
Well, you should fix that, don't you? Well, this is something you're going to have to live with. More and more stuff is going to the JSON format, like advancements (new achievements) and recipes. One day you're going to have to learn it.
-
(Forge 1.10) onEntityDeath + Adding Item (UNRESOLVED)
Not a lot of places, really. 1.7.10 is really old. Why? 1.7.10 is almost 3 years old.
-
(Forge 1.10) onEntityDeath + Adding Item (UNRESOLVED)
1.7.10 is no longer supported on this forum. You should update to 1.10.2 or 1.11.2.
-
[1.11.2] Getting A Changeable Resource
This is true. Mods' resources can be overwritten by a resource pack.
-
Install forge src along with optifine
Install the Forge MDK like you always would. Then add the Optifine mod to the mods or libs folder. Bu why Optifine?
-
Introducing Mercurius! Stats and Analytics for Forge
You can already see that, it's the "Java Versions by Install" at the Forge Mercurius sited linked in the OP.
-
CB's DepLoader was unable to download required library CodeChickenLib
Post the FML log (fml-client-latest.log). And did you check you're connected to the internet and don't get blocked by the firewall?
-
[1.11.2] Help With Packets
Minecraft.getMinecraft().addScheduledTask(new Runnable(){ public void run(){ handle(message, ctx, player); } }); You are sending the packet to the server, while the Minecraft is a client-only class. This doesn't work. Use the WorldServer of the player to schedule a task: ((WorldServer) ctx.getServerHandler().playerEntity.worldObj).addScheduledTask(...);
-
My Forge doesnt recognise my mods
1.7.10 is no longer supported on this forum. Please update to the latest version.
-
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail The game crashed whilst t
Post the logs (fml-client-latest.log). From your mod list, it looks like you have TMI for 1.8 installed. And don't make your post longer by placing a single dot after a lot of empty space. It's doing nothing but being annoying.
-
Forge keeps crashing and i'm on 1.9.4 plz help me
You have MalisisCore for 1.10.2 installed for Minecraft 1.9.4.
-
Custom resources not working in modding environment only
Post the latest logs (fml-client-latest.log).
-
[1.11.2][SOLVED] Correct way to register item renders
What the hell is this? Also, do not use the ItemModelMesher, use the ModelLoader in preInit.
-
[1.11.2]Porting mod 1.6 to 1.11
He shouldn't even be using those classes, as there's a new way of client/server communication (SimpleNetworkWrapper).
-
[1.11.2]Porting mod 1.6 to 1.11
A lot of internal changes have been made since 1.6. You'd most likely be better of with rewriting the mod instead of updating the mod. BuildCraft is now using the Forge energy capability (or is it still using the RF API?).
-
[1.11.2] [SOLVED] Identify type of Energy Acceptor
As far as I know, there's no way to distinguish them apart except for calling IEnergyStorage#canExtract and IEnergyStorage#canReceive, but that won't guarantee anything (e.g. power banks are both inputs and outputs).
-
[1.11.2] [SOLVED] Identify type of Energy Acceptor
There are multiple ways of handling energy. A few I can think of: Have a main "controller" block which handles everything in the network. (e.g. Applied Energistics, Refined Storage) Have the cables extract energy from outputs and move it around per block (to stop energy from bouncing around, save the block latest received from) until it finds an energy user. Have energy users go down a line of cables to find the nearest energy output and extract it from them instantly. This way the cables don't have to do anything and just serve as a guide.
-
Gui Scaling
1.7.10 is no longer supported on this forum. You should update to 1.10.2 or, preferably, 1.11.2.
-
Comparator doesn't turn off
The fix is in the latest release (13.20.0.2284). You can download it from the file server.
-
Froge Server kicking me after a couple of seconds
Because it's very old version of Minecraft released almost 3 years ago. And with almost every Minecraft version changing a lot of stuff, it is very hard for the forum team to keep up. support for 5 different versions. They usually offer support for the latest 2 major versions, which right now are 1.10.2 and 1.11.2, and sometimes 1.8.9/1.9.4 (practically the same codebase) with a message they should update.
-
Froge Server kicking me after a couple of seconds
1.7.10 is no longer supported on this forum.
IPS spam blocked by CleanTalk.