why is the digimovestone capped at 50? why is the luacontroller so locked down? gmatch would be nice. a good mod overall, but too locked down in my opinion. there's also a strange feature where if you display several dozens of custom "png" images, the server gets very laggy. it would be very nice if someone could explain to me why this game-ruining feature has been implemented. however, the good side is this mod implements, even if limited, utilities that if this mod were not made would not be here in standard use.
The digilines movestone is limited to a maximum stack size of 50 to stop people from causing excessive lag by trying to push extremely large stacks (such as pushing down directly into the ground), and to a maximum move length of 50 to prevent people from sending an unattended movestone clear across the map. PRs to make these configurable would most likely be welcomed.
The Luacontroller is not provided by this mod, nor does this mod affect its behavior.
The issue with the touchscreen (the one you're talking about with the images) is because you created an absurdly large formspec with hundreds or thousands of elements. There should probably be a limit on how many elements a touchscreen can have at a time, as before you're welcome to create and submit a PR adding such a limit. I know you know Lua :D
why is the digimovestone capped at 50? why is the luacontroller so locked down? gmatch would be nice. a good mod overall, but too locked down in my opinion. there's also a strange feature where if you display several dozens of custom "png" images, the server gets very laggy. it would be very nice if someone could explain to me why this game-ruining feature has been implemented. however, the good side is this mod implements, even if limited, utilities that if this mod were not made would not be here in standard use.
The digilines movestone is limited to a maximum stack size of 50 to stop people from causing excessive lag by trying to push extremely large stacks (such as pushing down directly into the ground), and to a maximum move length of 50 to prevent people from sending an unattended movestone clear across the map. PRs to make these configurable would most likely be welcomed.
The Luacontroller is not provided by this mod, nor does this mod affect its behavior.
The issue with the touchscreen (the one you're talking about with the images) is because you created an absurdly large formspec with hundreds or thousands of elements. There should probably be a limit on how many elements a touchscreen can have at a time, as before you're welcome to create and submit a PR adding such a limit. I know you know Lua :D