diceLibrarian 10e907f1f4 1
2022-08-16 15:45:06 -04:00

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" )