1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-07 02:35:20 +01:00

Replace bad quotes

This commit is contained in:
Bradley Pierce
2024-01-25 21:30:17 -05:00
parent 5cb96fe27b
commit 5846afeceb
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ This is a basic testing environment that contains a bunch of things to test the
Basically, just create a world and start. A few important things to note:
* Items are gotten from the Chest of Everything (`chest_of_everything:chest`)
* Items are gotten from the "Chest of Everything" (`chest_of_everything:chest`)
* When you lost your initial items, type in `/stuff` command to get them back
* By default, Creative Mode activates infinite node placement. This behavior can be changed with the `devtest_infplace` setting
* Use the `/infplace` command to toggle infinite node placement in-game

View File

@@ -55,8 +55,8 @@ Changes the entity rotation (with `set_rotation`).
Usage:
* Punch entity: Rotate yaw
* Punch entity while holding down Sneak key: Rotate pitch
* Punch entity while holding down Special key (aka Aux): Rotate roll
* Punch entity while holding down "Sneak" key: Rotate pitch
* Punch entity while holding down "Special" key (aka "Aux"): Rotate roll
Each usage rotates the entity by 22.5°.
@@ -77,7 +77,7 @@ Usage:
* Punch air to edit properties of your own player object
To edit a property, select it in the list, enter a new value (in Lua syntax)
and hit Submit.
and hit "Submit".
## Object Attacher
Allows you to attach an object to another one.