mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-29 03:30:19 +01:00
Added sha256 function to lua controller (#690)
This commit is contained in:
parent
5c82089146
commit
d547f5fe43
@ -509,6 +509,7 @@ local function create_environment(pos, mem, event, itbl, send_warning)
|
||||
print = safe_print,
|
||||
interrupt = get_interrupt(pos, itbl, send_warning),
|
||||
digiline_send = get_digiline_send(pos, itbl, send_warning),
|
||||
sha256sum = minetest.sha256,
|
||||
string = {
|
||||
byte = string.byte,
|
||||
char = string.char,
|
||||
|
Loading…
Reference in New Issue
Block a user