1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-03-26 01:54:57 +00:00

reference: fix incorrect example

This commit is contained in:
Starbeamrainbowlabs 2023-05-24 22:01:33 +01:00
parent 7cb1160e65
commit b2556934b1
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -1194,7 +1194,7 @@ This is equivalent to executing the following 3 commands in sequence:
Here are some more examples:
```
//for meselamp brick snowblock bamboo:wood do { //multi //maze %% //sshift y 5 }
//for meselamp brick snowblock bamboo:wood do //multi //maze %% //sshift y 5
//for 5 10 15 do //torus %% 3 dirt xz
```