Posted August 25, 20196 yr Hello, im trying to make 2 custom blocks, one which is like grass and one thats like dirt. I cant seem to figure out how to get them to work. Do they share one class? or do they have their own class? And how do variants work?
August 25, 20196 yr 6 hours ago, GttiqwT said: Do they share one class? No they have their own separate classes. 7 hours ago, GttiqwT said: And how do variants work? They are essentially more blocks, but they are the same block. They are sub blocks. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 25, 20196 yr Author Okay, How do they interact with eachother? and what would be a good way to code it so that it works?
August 25, 20196 yr 15 minutes ago, GttiqwT said: How do they interact with eachother? Look at their classes. 15 minutes ago, GttiqwT said: and what would be a good way to code it so that it works? Look at their classes. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 26, 20196 yr Author I've looked at their classes it doesn't help me. I dont understand what I have to change to get it to work...
August 26, 20196 yr 10 minutes ago, GttiqwT said: I dont understand what I have to change to get it to work... Any Block references to dirt or grass for starters. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
August 26, 20196 yr Author 7 hours ago, Animefan8888 said: Any Block references to dirt or grass for starters. Okay I've done that, but im getting into issues at the .DirtType and .VARIANT parts I believe. I did replace all of the parts where it references and block dirt or grass and made my own DirtType and whatnot but it isnt seeming to grow.
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.