Commit Graph

12 Commits

Author SHA1 Message Date
tour b24feb4073
Add missing formspec escape (#34)
* fix missing formspec escape

* formspec_escape at the correct place
2024-01-23 15:33:02 +01:00
luk3yx 464699e78b
Fix error in command blocks (#30)
Possibly caused by force-loaded blocks.
2023-04-07 17:20:43 +02:00
HybridDog c41d0371c0 Various code fixes detected by luacheck
* Luablock: Fix the missing position argument when executing the lua code fails
* Wireless: Fix the missing id argument
* Localize several variables
* Some other small changes, e.g. dead code removal
2021-03-08 19:40:21 +01:00
HybridDog e5cdeef141 Remove unused loop variables 2021-03-07 20:18:18 +01:00
upsilon 75abcb3077
Add a moremesecons_utils mod to reduce redundant code 2017-04-19 11:08:58 +02:00
upsilon 676baa4b0b
Check for NaN values in settings 2017-02-11 15:44:53 +01:00
upsilon 795146a83e
Add a settingtypes.txt file 2017-02-11 14:01:20 +01:00
HybridDog 3c99c37f44 fix on_receive_fieldss: check for protection and do not set meta if that field is nil, eg.g because of pressing escape 2016-04-27 18:42:20 +02:00
palige ab837d4775 Add restrictions for the craftable command block 2015-09-03 12:37:48 +02:00
palige f05ac54c3e Change some textures 2015-08-30 11:49:32 +02:00
palige ec8f3c0e9a Replace README.txt by README.md 2015-08-29 12:08:44 +02:00
palige a673ceb374 Fix a bug for temporarygate and add Signalchanger 2015-08-28 12:24:33 +02:00