rename item.get_model_name and item.get_placing_block

This commit is contained in:
MihailRis
2024-10-31 21:53:56 +03:00
parent e217476e84
commit e0624b11d0
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ item.defs_count() -> int
item.icon(itemid: int) -> str
-- Returns the integer id 'placing-block' or 0
item.get_placing_block(itemid: int) -> int
item.placing_block(itemid: int) -> int
-- Returns the value of the `model-name` property
item.get_model_name(itemid: int) -> str
item.model_name(itemid: int) -> str
```