Posted May 1, 201312 yr Anyone have any idea about how I could go about making a block mountable by entity like in mrcrayfish's furniture mod?
May 2, 201312 yr I would make a blank entity and that it would spawn whenever the block was initialized. Then, when the block is right clicked it would call the entity's interact function (note: you should change so it does player.mountEntity(this) ) this putting the place on the chair "you seem to be THE best modder I've seen imo." ~spynathan ლ(́◉◞౪◟◉‵ლ
May 2, 201312 yr Author In a way like sand when it is turned into the falling sand entity after a block disappears under it thanks!
May 2, 201312 yr Author Alright so when I call the onBlockActivated I spawn the entity, yet when I try to mount it nothing happens, but the continuous right clicking of the player. Here are my codes. BlockClass: http://paste.minecraftforge.net/view/5ec66a4a MainClass: http://paste.minecraftforge.net/view/2a2d7e47 Entity: http://paste.minecraftforge.net/view/93d72395 (oops no title) I think it is because I need to do a new render for the entity could someone confirm or deny this?
May 3, 201312 yr Author Well figured out a little bit of it. Now the problem is when the player sits he falls through the world.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.