mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix typos and en_US/en_GB inconsistency in files inside doc directory (#12882)
This commit is contained in:
parent
c78d565e01
commit
7e11b8eb72
7 changed files with 23 additions and 23 deletions
|
@ -10,7 +10,7 @@ artificially with `minetest.spawn_falling_node`.
|
|||
|
||||
Needs manual initialization when spawned using `/spawnentity`.
|
||||
|
||||
Default behaviour:
|
||||
Default behavior:
|
||||
|
||||
* Falls down in a straight line (gravity = `movement_gravity` setting)
|
||||
* Collides with `walkable` node
|
||||
|
@ -94,7 +94,7 @@ Needs manual initialization when spawned using `/spawnentity`.
|
|||
* `set_item(self, item)`:
|
||||
* Function to initialize the dropped item
|
||||
* `item` (type `ItemStack`) specifies the item to represent
|
||||
* `age`: Age in seconds. Behaviour according to the setting `item_entity_ttl`
|
||||
* `age`: Age in seconds. Behavior according to the setting `item_entity_ttl`
|
||||
* `itemstring`: Itemstring of the item that this item entity represents.
|
||||
Read-only.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue