Erfurt Posted November 7, 2015 Share Posted November 7, 2015 Hey guys, So I'm, fairly new to modding in Minecraft, and I have started working on a cosmetic mod that adds in hedges. At the moment I'm getting lost in the crafting, I want to use oak leaves for my oak hedge, and birch leaves for my birch hedge, and so on. But I can't figure out how to use specific leaves for specific hedges, I can only use Blocks.Leaves and Blocks.Leaves2. I know that there is a way to do this, but I have no idea have to do it. Any help would be lovely, and very much appreciated. Quote Link to comment Share on other sites More sharing options...
Draco18s Posted November 7, 2015 Share Posted November 7, 2015 It's called metadata. new ItemStack(Blocks.leaves, 1, meta) Quote 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. Link to comment Share on other sites More sharing options...
Erfurt Posted November 7, 2015 Author Share Posted November 7, 2015 It's called metadata. new ItemStack(Blocks.leaves, 1, meta) It's called metadata. new ItemStack(Blocks.leaves, 1, meta) Thanks guys, this will help me out a lot Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.