I need a skilled world editor

I need someone to tell me how to do 2 sandstone slabs in 1 block, that it wont kill people standing on it

1 Like

This is a really good guide for worldedit commands.

Good luck!

1 Like

I don’t necessarily think that would be possible.
To be fair you could use chiseled sandstone, but I don’t know how that would work.
I know sandstone slabs/stairs don’t kill you, but I think if you put 2 slabs on top of each other it would be a different block.
If you want to change the sandstone slabs, do //set X Y
For now, lets fill in the X and Y values.
X= Sandstone slabs, or 44:1
Y= Stone, in this instance, or 1
//set 44:1 1
or /replacenear (value, i.e. 15 or so) 44:1 1
or also //replace 44:1 1
If you really wanted to you could replace //replace with //rep but it doesn’t hurt unless your on a time crunch.

Good luck!

Actually this would work as there are maps that do this and the player doesn’t get killed when stepped on double sandstone slabs.

1 Like

Place 2 sandstone slabs on top of eachother and set the thing you want to be sandstone slabs to any block you are not using in your map.
After that, //copy the 2 sandstone slabs you placed and then select your map and do //replace (block) #clipboard or you could do //replacenear 100 (block) #clipboard if you don’t want to select it and that will do it :)

1 Like

//set 43:9

2 Likes

thank you so much, worked perfectly :D

1 Like

np :D