Started by
luckys25
on
Topic category: Help with Minecraft modding (Java Edition)
I was searching through forum and I didn't find anything similar, so:
Is it possible to determine which position a slab or stairs will be placed by procedure blocks? I mean top or bottom position. Thanks.
Just use this command: "/setblock ~ ~ ~ your_slabs_id[type=top] replace"
Oh, many thanks!