11 lines
381 B
Lua
11 lines
381 B
Lua
--------------------------------------------------------
|
|
-- Minetest :: Bitwise Helpers Mod v1.2 (bitwise)
|
|
--
|
|
-- See README.txt for licensing and other information.
|
|
-- Copyright (c) 2020, Leslie E. Krause
|
|
--
|
|
-- ./games/minetest_game/mods/bitwise/init.lua
|
|
--------------------------------------------------------
|
|
|
|
bitwise = dofile( minetest.get_modpath( "bitwise" ) .. "/api.lua" )
|