Started by
Theepicshark
on
Topic category: Help with Minecraft modding (Java Edition)
I just started modding about a year ago, but iI still need some help.
How do you make slabs?
Topic category: Help with Minecraft modding (Java Edition)
I just started modding about a year ago, but iI still need some help.
How do you make slabs?
I think making a model in whatever program (I think Techne) of a slab then using that as a block model that might work.
Ohh... This one should be very easy!
Open BDCraft and fill all boxes with your material. (Right Click And Drag To Increase Size) on the west panel only fill it half way (From the bottom/Top) this will make a half slab. :D:D
sharkboy1006 techne doesnt export as json or obj, which is the only accepted model types in mcreator.
DOTCreeper, I tried with BDCraft and it also doesn't work.
I also tried to use an obj. by using blender, but I didn't know the scales.
p.s. I already tried a json model by making it in Mr.Crayfish's Model Creator.
I dont know why JSON didn't work but this might help. https://www.youtube.com/watch?v=0qy7cbaTVXk&feature=youtu.be
u can turn it into a slab by block type
@#6 the block type just works in older versions of MCreator!
The Only thing i need help with is making the slab work like a slab, and also fixing how the textures are
You can make a model in MCrayfishes model creator, import it into Mcreator, change the y value to 0.5 then done!
idk how to make the slab be able to be place together to make a full block or place it on the above block without making another block
charlie59876 did you ever figure out how to get the slabs working in MCreator? I have found out how to make the bottom part but not to get the upper connection. I have been through this many a times on MCreator forums and everyone has an answer but not one works the right way.
I know how to make a double slab. its a little complex but it should work. make procedures and such to do it.
Make two blocks, the slab and the doubleslab block. then use a procedure that if you right click the slab with another slab, remove 1 slab in your inventory and set the block to the doubleslab block you made. then for the properties of the doubleslab, just click the "drops different" and make it drop 2 slabs. simple! :) hope this helps
I think I found out how to make a stacked slab block. It requires two separate blocks. One is your slab and the other is a double slab block. Add a procedure to the slab block under the "When Player Right Clicks On" trigger. The procedure should be an If/Do statement saying "If player has (Slab Block) in inventory or main hand, then set a block (The double slab block) at the position of the slab you clicked on. Then have the procedure remove one slab from your inventory. I haven't tested this out yet because I still can't make a slab myself but it sounds like it would work.
PS: If any of you have ideas on how to make a simple slab block, could you let me know.
@GttiqwT & @Theepicshark
Sorry, I was replying to a comment on the previous page. Didn't see the "Next" button lol. Sorry if this was confusing.
all good. u got it... thank u