First off, I'm new around the mods and texture pack forums, so please do not call me stupid if I know little to nothing about how to do some things :P. Second, I have come with a question and a request.
Fans of Sethbling (PC Redstone master) and fans of SkydoesRS' minigame called "Skylands PVP" will hopefully know what I talk about when I say falling blocks. Basically, it's just any block can fall like sand or gravel. I believe the actual PC term for it is a "falling sand filter." I have no clue if it's even possible, but if it is, please put the mod topic link here :). Thanks for your time, and have a wonderful day.
Link to Sethblings video that has "falling blocks" in it:
Entity.setRenderType(Level.dropItem(x, y, z, 0, ID, amount, data, 20));
//Pass an int into "amount" that represents the ID of the block that you want your Entity to steal the texture from. I belive the Render Type for full block is 20. I HAVE NOT TESTED THIS, but I do know the game stores amount for dropped items in the same location as Entity textures; Data manipulation
Rollback Post to RevisionRollBack
Back to modding! Follow me on Twitter @byteandahalf
This is very easy:
[code]Entity.setRenderType(Level.dropItem(x, y, z, 0, ID, amount, data, 20));
//Pass an int into "amount" that represents the ID of the block that you want your Entity to steal the texture from. I belive the Render Type for full block is 20. I HAVE NOT TESTED THIS, but I do know the game stores amount for dropped items in the same location as Entity textures; Data manipulation :)[/code]
Fans of Sethbling (PC Redstone master) and fans of SkydoesRS' minigame called "Skylands PVP" will hopefully know what I talk about when I say falling blocks. Basically, it's just any block can fall like sand or gravel. I believe the actual PC term for it is a "falling sand filter." I have no clue if it's even possible, but if it is, please put the mod topic link here :). Thanks for your time, and have a wonderful day.
Link to Sethblings video that has "falling blocks" in it:
Back to modding! Follow me on Twitter @byteandahalf
[/code]
It has an error
[/code]
yet! Link: http://www.minecraft...in-at-any-time/