eszesbalint / bdstudio

Minecraft Block Display Studio - 3D editor and command generator for block display entities
101 stars 12 forks source link

Feature request: interaction entities #53

Open Dudunkin opened 1 year ago

Dudunkin commented 1 year ago

Sometimes you need to make your creations interactable, but there is no option to create interaction entities. It would be great to have these.

Nardeem commented 1 year ago

they're pretty easy to make actually, if you know how to use them just do /summon interaction ~ ~ ~ {width:,height:} and if you wanna add a tag do /summon interaction ~ ~ ~ {width:,height:,Tags[""]}

Nardeem commented 1 year ago

They don't have extra stuff like rotations and transformation, block IDs, so it's easy, but you can also use a command generator like Mcstacker if it's too hard.