Posted April 28, 201411 yr Hello guys, For my "Automatic Builder" block, I need to place automaticaly a block in the world with a ItemStack. How I can with itemstack place block if it is ? Minecraftly !
April 28, 201411 yr Take a look in the ItemBlock class. if (user.hasKnowledgeOfJava) { if (user.question.hasCode) { return interpetHelpfulResponse(user.getQuestion()); } else { return "Could you post your code please?"; } } else { return "Learn some freaking Java!"; }
April 29, 201411 yr Author Ok thanks you... I check before do something if the item is an "instanceof" ItemBlock, and after I use "placeBlockAt" who place block with "ItemStack" in parameters.
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.