Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 3 additions and 7 deletions

6
API.md
View File

@ -59,7 +59,7 @@ Creates a new fake player.
#### **`fakelib.create_inventory([sizes])`**
Creates a new fake inventory.
Creates a new fake player.
**Arguments**
@ -67,7 +67,7 @@ Creates a new fake inventory.
#### **`fakelib.create_metadata([data])`**
Creates a new fake metadata object.
Creates a new fake player.
**Arguments**
@ -134,4 +134,4 @@ local data = {
energy = 300,
}
local meta = fakelib.create_metadata(data)
```
```

View File

@ -441,10 +441,6 @@ function fake_player.hud_get_hotbar_selected_image()
return ""
end
function fake_player.is_valid()
return true
end
-- No-op functions
----------------------------------------
do