added license to generate_ files

This commit is contained in:
Kurtzmusch 2019-04-19 13:35:11 -03:00
parent 13631a917d
commit 882d52f5f6
3 changed files with 39 additions and 0 deletions

View File

@ -1,3 +1,16 @@
--[[
k-smallblocks is a Minetest mod that adds smaller blocks to minetest aswell as its own node placement prediction/system
Copyright (C) 2019 Kurtzmusch
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
--]]
for key_int, val_bitmap_as_int in pairs( smallblocks.origin_bitmaps ) do
local bitmap_as_int = val_bitmap_as_int

View File

@ -1,3 +1,16 @@
--[[
k-smallblocks is a Minetest mod that adds smaller blocks to minetest aswell as its own node placement prediction/system
Copyright (C) 2019 Kurtzmusch
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
--]]
nodeboxes = {}

View File

@ -1,3 +1,16 @@
--[[
k-smallblocks is a Minetest mod that adds smaller blocks to minetest aswell as its own node placement prediction/system
Copyright (C) 2019 Kurtzmusch
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
--]]
origin_bitmaps = { [255] = nil }
smallblocks.origin_bitmaps = origin_bitmaps