Harry12OK Posted July 23, 2020 Posted July 23, 2020 So I was creating something and I needed a custom slab for that thing .I just know how create items and blocks. But I suppose slabs will not be like block because it have various variants.i need help on how to create it. Please give some explanation also I am new Quote
poopoodice Posted July 23, 2020 Posted July 23, 2020 If you look into vanilla slabs, slab has one property (ignores water logged boolean property), and 3 possible types: top, bottom, and double which represents theirs states, but I think you should be able to use vanilla slab class instead of creating your own one. 1 Quote
Harry12OK Posted July 24, 2020 Author Posted July 24, 2020 On 7/23/2020 at 10:38 AM, poopoodice said: If you look into vanilla slabs, slab has one property (ignores water logged boolean property), and 3 possible types: top, bottom, and double which represents theirs states, but I think you should be able to use vanilla slab class instead of creating your own one. Expand So i looked into vanilla slabs and did the same as vanilla ones and extended SlabBlock class and it worked .Thank you sir Quote
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.