Rename mod to "numeracy"

Rename the mod to "numeracy" rather than the trademarked "numberblocks".

Signed-off-by: James Hogan <james@albanarts.com>
master
James Hogan 2021-04-02 23:08:54 +01:00
parent e0a77ddc6e
commit 42df3d7025
No known key found for this signature in database
GPG Key ID: 35CEE4862B1023F2
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
dofile(minetest.get_modpath("numberblocks") .. "/update.lua")
dofile(minetest.get_modpath("numeracy") .. "/update.lua")
-- shape of blocks, 1/16 shaved off along the edges
local node_box = {

View File

@ -1,3 +1,3 @@
dofile(minetest.get_modpath("numberblocks") .. "/utils.lua")
dofile(minetest.get_modpath("numberblocks") .. "/blocks.lua")
dofile(minetest.get_modpath("numberblocks") .. "/numbers.lua")
dofile(minetest.get_modpath("numeracy") .. "/utils.lua")
dofile(minetest.get_modpath("numeracy") .. "/blocks.lua")
dofile(minetest.get_modpath("numeracy") .. "/numbers.lua")