Everything posted by Animefan8888
-
[1.10.2][SOLVED] Teleport to the players spawn point
Giving the fluid block.
-
[1.10.2][SOLVED] Teleport to the players spawn point
I don't think you can? You could put a pull request on forge and see if they will add a hook for running the command.
-
Loading textures causes my game to crash?
Could you post the code for ModItems and where your set the registry name.
-
Loading textures causes my game to crash?
Does it actually instantiate the items in ModItems.createItems()
-
Loading textures causes my game to crash?
First thing is first you do not need an instance of your client proxy. Secondly ItemRenderRegistry.registerItemRenderer is also getting called server side don't do that. And when you do try and call it from the client proxy your client proxy is null. Just call proxyServer.registerRenderInfo();
-
Loading textures causes my game to crash?
Show use your MainRegistry class
-
[1.10.2][SOLVED] Teleport to the players spawn point
Change entityIn.getPosition to the pos either world spawn or bed spawn.
-
Loading textures causes my game to crash?
Crash log
-
[1.10.2][SOLVED] Teleport to the players spawn point
Do a check if it is != null then use the world spawn or do nothing.
-
NullPointerException with chunk loading
I couldn't tell you...
-
[1.10.2][SOLVED] Teleport to the players spawn point
You type [--code]Put code in here[--/code] Without the -- in the brackets
-
NullPointerException with chunk loading
You want ChunkEvent.Load
-
Missing .cpw files in 1.6.4 src
Sorry 1.6.4 is very outdated and is no longer supported by forge. You should update to 1.10.2
-
[1.10.2] [SOLVED] Capability init works on Integrated but not Dedicated Server
Your crash is caused by using EntityPlayerSP somewhere in your code.
-
[1.7.10]How to spawn a 3D cube particle?
Yeah, but you should look into it using any other means possible, because creating a core mod could cause some errors with other mods.
-
[1.10.2][SOLVED] Teleport to the players spawn point
Could you please use the code option in the message poster and what is the problem now?
-
[1.10.2][SOLVED] Teleport to the players spawn point
Did you put it before or after the if. it should be after if you want it to happen at the players new location.
-
How to use a Capability...(MC1.10.2)
What is the problem exactly?
-
[1.10.2][SOLVED] Teleport to the players spawn point
Particles only spawn client side, move it outside of the !worldIn.isRemote
-
[1.10.2] [SOLVED] 2 Weird problems with a custom teleporter
Is it an actual Ghost block, like it only exists client side?
-
[1.7.10]How to spawn a 3D cube particle?
1.7.10 is no longer supported, but since you gave an example it is obviously possible as it has been done before.
-
How to get setRegistryName registration class of the class unit / subject?
When you call register you pass the block that already has a registered name it is probably better to write the name lower case.
-
How to get setRegistryName registration class of the class unit / subject?
login name? What they are saying is that you are trying to register a variable that doesn't exist. Instead of cache_wall use CACHE_WALL in your register method and as I stated before your need to register an ItemBlock as well as the Block.
-
How to get setRegistryName registration class of the class unit / subject?
When you register blocks you also have to register an ItemBlock.
-
YouTube Tutorial for Kids
Why did you post this here? This is a forum to get help with code.
IPS spam blocked by CleanTalk.