I'm wondering how I can create custom blocks with irregular shapes, like stairs? I'd also like to know how I can create differently shaped blocks using the method given. Any help?
Rollback Post to RevisionRollBack
a kumquat ate my signature... sorry for the inconvenience
I'm wondering how I can create custom blocks with irregular shapes, like stairs? I'd also like to know how I can create differently shaped blocks using the method given. Any help?
a kumquat ate my signature... sorry for the inconvenience
use Block.setShape()
Remember the time where minecraft was in development? Oh wait, I actually don't remember it...
i think it's like this:
Block.setShape(ID,minx,miny,minz,maxx,maxy,maxz);
but i am acually not sure!
Hey there,
i am the Developer of Energy Shaders for MCPE!
I now want to programm mods! I am new here and need Help, so please help me...
You are welcome:D
I know how to use that, but I want to make stairs!
a kumquat ate my signature... sorry for the inconvenience
Maybe you can change the rendertype to stair...
Hey there,
i am the Developer of Energy Shaders for MCPE!
I now want to programm mods! I am new here and need Help, so please help me...
You are welcome:D
I tried, didn't work right. just created a half slab with no texture on top, and I couldn't break it :/
a kumquat ate my signature... sorry for the inconvenience
a kumquat ate my signature... sorry for the inconvenience
Please, I'd REALLY appreciate if someone could tell me how to make stairs. Rendertypes don't work for me.
a kumquat ate my signature... sorry for the inconvenience
render types are basically shape templates
and as for stairs they are made by 3 cube like shapes
+1 if helped