Posted November 28, 20186 yr How I can replace/add the grass block generation? For example i would the world generate grass blocks, course dirt and clay blocks. I don't need the ore generation. Thanks for your reply - nov
November 28, 20186 yr 1 hour ago, nov4e said: How I can replace/add the grass block generation? If I'm not mistaken you would have to handle it like you would handle it for ores, but you would just get the top BlockState in the chunk then if it is a grass block replace it. 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.
November 28, 20186 yr 7 minutes ago, nov4e said: ok, ive done that but how i can get metadata for return Coarse Dirt Blocks.GRASS.getDefaultState().withProperty... 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.
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.