Everything posted by ItsAMysteriousYT
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Like how? WHat do i have to write. How can i acces the Client? I don't know how to do it
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
So what do i have to do?
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Okay, so now its registered like this: network.registerMessage(PacketHandler.class, SetPropertiesPackage.class, 0, Side.SERVER); and it puts out the propper string, but it does not apply them to the IEEP.
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Oh no!! NOWWHERE I must have deleted it damn im so dumb
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
In the MainClass : @EventHandler public void preInit(FMLPreInitializationEvent event) { MinecraftForge.EVENT_BUS.register(proxy); FMLCommonHandler.instance().bus().register(new ClientTickHandler()); FMLCommonHandler.instance().bus().register(new ServerTickHandler()); RealLifeMod_Blocks.defineBlocks(); RealLifeMod_Items.defineItems(); proxy.setupCrafting(); loadVehicles(); config = new Configuration(event.getSuggestedConfigurationFile()); RealLifeModConfig.syncConfig(); network = NetworkRegistry.INSTANCE.newSimpleChannel(Reference.ID); }
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Okay i made the constructor public and also added a print statement. Nothing chaned. Once i closed the gui, minecraft freezes and the error is shown. Also name+Surname still is null,null. This is the error i get:
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
oh lol
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Okay wait, i think i ned a closer explanation for how i need to use those packets. Why send them to server and then to client? Why i cant do sendToAll,cuz that does not work too.
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Yes, i registered the packet and no i haven't got a println, buzt ingame i show the name on a second gui. And that sais null, null
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Here is my SetProperties Packet: And this is my PacketHandler:
-
Need help with PacketHandling for IExtendedEntityProperties[1.8]
Im trying to change some IEEP from a GuiScreen that pops up as soon as the player is spawned in the world. In that Gui, he has to set his name and gender and now i wanna aplly these variables to the EntityProperties. Im trying to do this with packethandling, but it won't work properly. In the ActionPerformed method i make this:
-
[UNSOLVED]Weird bugs with Custom Entity[1.8][PLEASE HELP]
Im working on my VehicleEntity but i somehow are confused from the entityStructure. I call the creation of some entitySeats, but they are not created. I have set what should happen when i righclick, but it doesn't happen. Can anybody help me? See my file here:
-
Spawn EntitySeat once the entity is spawned.
Okay yea, ill try that.
-
Spawn EntitySeat once the entity is spawned.
I managed loading vehicles from file snow and now i created a List of EntitySeats for the different seats. What i need now is spawning the seats WITH the entity, but when i do it in the constructor the entities make really glitchy things.
-
[1.7.10] Right clicking fluid with a bucket returns water bucket (Still unsolved
And also material is set to material.water - probably you should creat an own material for it?
-
Have i properly applied the RenderManager?
Yea sorry And thanks.
-
Have i properly applied the RenderManager?
Why does nobody reply? I posted several things in the past days and nobody answered. AM i doing anything wrong?
-
Have i properly applied the RenderManager?
I registered a custom Renderer, but it does not work properly which means, it tries to get a rendermanager, but there isn't one but i have on in the constructor. See here:
-
EntityAdditionalSpawnData to create entities from files.
I think ill have to use EntityAdditionalspawndate fore thevehicleloading before entities are rendered, but still i can't render them out - why? here is my renderer:
-
[UNSOLVED]Load Vehicles from Files -> Need help with strange Error
So i know have fixed all possible bugs in th loading process and this error seems to appear at any other entity of mine too. Somehow Minecraft can't render the shadow/fire of the entity.Any suggestions?
-
[UNSOLVED]Load Vehicles from Files -> Need help with strange Error
Does anybody knoiw how to solve it?
-
[UNSOLVED]Load Vehicles from Files -> Need help with strange Error
Heres a version without debug println's
-
[UNSOLVED]Load Vehicles from Files -> Need help with strange Error
Hey anyone?
-
[UNSOLVED]Load Vehicles from Files -> Need help with strange Error
But how can i fix that error?
-
[PLEASE HELP] Masive Packet Handling Problems[1.8]
Damn i AM STUPID
IPS spam blocked by CleanTalk.