
xgravebornx
Members-
Posts
20 -
Joined
-
Last visited
Everything posted by xgravebornx
-
Thank you sooooooooooooo much!!!! Your numbers were different from what I needed but you showed me where to change it!!!!!!!! Seriously I've been trying for MONTHS!!!! I can't thank you enough!!!!!!!!
-
your right...sorry its https://github.com/xgravebornx/TileEntity-EXAMPLE
-
Thanks for taking time to read and possibly help me! I have created a model with Techne, rendered it as a block, and am close to getting the directional placement right. My problem is east and west work right(face the player when placed) but north and south face away from the player when placed. I have been trying for months to figure this out and am really close, could someone please help!?!? here is an example of my code. I am using forge and still on 1.5.2 {updated & fixed} https://github.com/xgravebornx/TileEntity-EXAMPLE
-
No, I'm still learning all of this....not even sure I know how lol, but I guess I will work on that now!
-
it says world cannot be resolved...lol
-
Draco, I kinda tried that before, but I tried your method too and got," Cannot make a static reference to the non-static method getBlockMetadata(int, int, int) from the type World", which changes the world.java again.... Redria7--I'm using my newly found skills lol and guessing that goes in the block class replacing my code-- int l = MathHelper.floor_double((double)(par5EntityLiving.rotationYaw * 4.0F / 360.0F) + 2.5D) & 3; par1World.setBlockMetadataWithNotify(par2, par3, par4, l, 2);---which brings up a ton of errors....I really appreciate everyone's help, I know this is annoying...is there something i can do to help with helping? lol
-
Well I'm trying, but with no luck.....lol this is driving me nuts!
-
it says The method getBlockMetadata(int, int, int) in the type World is not applicable for the arguments (double, double, double), but all the options change the world.java file....I don't think I wanna change the world.java do I? I know I'm a pain in the butt, but I've been trying to figure this out for awhile!
-
Thank you for replying! I tried this but get an error on line int meta = world.getBlockMetadata(x, y, z) the world.getMetadata is underlined, I'm not quite sure what to do with it? I'm sorry to be a pain, I'm still learning!
-
I'll try it again, I've tried it quite a few times but I want to learn it! And I'm sorry but what do you mean by push code?
-
this is how I do it, im sure its not perfect but it works! https://github.com/xgravebornx/TileEntity-EXAMPLE
-
I still cant figure it out, I've tried a million times! Could you please help? this is how im doing my code https://github.com/xgravebornx/TileEntity-EXAMPLE
-
https://github.com/xgravebornx/TileEntity-EXAMPLE this is a simple techne model rendered, dont know how to make it so it changes direction when placed but it renders the model! lol
-
If you switch to Techne its really easy! https://www.youtube.com/watch?v=JftLIVBnxiM
-
thank you! ill try it out!
-
Why do all of my tile entities face the same way? Can someone help? Maybe just point me in the right direction? Thanks!
-
*STILL NEED HELP PLEASE!* 1.5 tileEntity help
xgravebornx replied to xgravebornx's topic in Modder Support
My textures work i have made, I mean that the "Object" i made was bigger then 16 pixels by 16 pixels by 16 pixels big, I just dont know all the codeing to put and "Object" into the game let alone 8 lol -
I've looked all over everywhere and I cant find a tutorial on tileentities. I have made models with techne but I can't do anything with them. Could someone please tell where I could copy code or a tutorial(updated and working) could be found or someone could help me? My models are outside of the 16x16x16 model block size too. I'm NOT looking to make a MOB I have custom models of various objects i would like to add to my mod, PLEASE HELP!