Posted December 15, 20159 yr Okay - so I would have an intro of how I tried to make a sittable block but I got nothing. Could someone please guide me into making something like this - for a chair, for example. GameSlayar Forgive my noobiness!
December 15, 20159 yr Author I was afraid of that. -le sigh- I'll try to make it, and I'll put my results back here - whether I'm successful or not. GameSlayar Forgive my noobiness!
December 16, 20159 yr Please do! I've always thought about making my own chairs. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
December 16, 20159 yr Take a look at how MrCrayFish did it in his Furniture Mod, I used that as a launching point for my own exploration
December 16, 20159 yr Author The problem with this is - I don't know whether I should feel guilty etc., since I'm basically copying Crayfish's code. It seems well written, and I couldn't have done it better myself. In terms of the modder community, would it be bad to copy a class or fragments of code from a class? GameSlayar Forgive my noobiness!
December 16, 20159 yr In terms of the modder community, would it be bad to copy a class or fragments of code from a class? Read his license. That will tell you pretty clearly how he feels about source copying If he's fine with it there's not too much of an issue. I think its my java of the variables.
December 17, 20159 yr Honestly, making a chairlike/mountable block isn't hard at all. well thats for 1.7.10 i don't know what its like in 1.8 though. all you have to do is spawn a new nocollide entity and mount it instantly on right clicking the block. to prevent an overflow of entities in the world you just set the entity to kill itself if it has no rider. That is pretty much it.
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.