mirror of
https://github.com/rollerozxa/voxelmanip-wiki
synced 2024-05-05 08:01:02 -07:00
Limitations: edit
This commit is contained in:
parent
0277278008
commit
08f782aab1
@ -2,4 +2,11 @@ This page lists various limitations that exist in the Minetest engine. This list
|
||||
|
||||
[toc]
|
||||
|
||||
(todo)
|
||||
## Running code on the client
|
||||
Mods always run on the server, and not on the client. While there is a client modding API (with client-side mods, CSMs), they are very limited and require to be manually installed. The concept of SSCSM (Server-sent client side modding) would solve this but has not been fully implemented yet.
|
||||
|
||||
## Checking arbitrary keys
|
||||
There is no way to check arbitrary keys in the scripting API. You are limited to the existing keybinds that are available in `get_player_control`. Aux1 is a generic keybind that you could give a custom use for.
|
||||
|
||||
## Changing node textures on the fly
|
||||
While there are ways to e.g. colourise nodes using param2, you cannot change the texture of a node itself. You will need to register a separate node with different textures, and swap between these nodes.
|
Loading…
x
Reference in New Issue
Block a user