add item.get_model

This commit is contained in:
MihailRis
2024-10-30 12:55:08 +03:00
parent b2e5254037
commit 7c933f89c6
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -21,4 +21,7 @@ item.icon(itemid: int) -> str
-- Returns the integer id 'placing-block' or 0
item.get_placing_block(itemid: int) -> int
-- Returns the value of the `model-name` property
item.get_model_name(itemid: int) -> str
```