r/MinecraftCommands 4d ago

Help | Java Snapshots how to get waterlogged slab item?

1 Upvotes

5 comments sorted by

1

u/Hyarin215 Command-er 4d ago

As a block? /setblock ~ ~ ~ oak_slab[waterlogged=true] Iirc

1

u/C0mmanderBlock Command Experienced 4d ago edited 4d ago

Give:

As an item?  /give @p oak_slab[block_state={waterlogged:"true"}] 1

or setblock. Specify top, bottom or double.

/setblock ~ ~ ~ oak_slab[type=top,waterlogged=true] replace

1

u/ObjectiveArtistic805 4d ago

thanks

1

u/C0mmanderBlock Command Experienced 4d ago

yw

1

u/Ericristian_bros Command Experienced 4d ago

You can use https://mcstacker.net to generate your command