diff --git a/README.md b/README.md index 41f2e1f..fdf02e9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![ContentDB](https://content.minetest.net/packages/Wuzzy/xdecor/shields/downloads/)](https://content.minetest.net/packages/Wuzzy/xdecor/) -X-Decor-libre is a libre Minetest mod which adds various decorative blocks +X-Decor-libre is a libre Luanti mod which adds various decorative blocks as well as simple gimmicks. -This is a libre version (free software, free media) of the X-Decor mod for Minetest. +This is a libre version (free software, free media) of the X-Decor mod for Luanti. It is the same as X-Decor, except with all the non-free files replaced and with bugfixes. There are no new features. @@ -45,7 +45,7 @@ blocks with special features: ### X-Decor-libre vs X-Decor -X-Decor is a popular mod in Minetest but it is (as the time of writing this text) +X-Decor is a popular mod in Luanti but it is (as the time of writing this text) non-free software, there are various files under proprietary licenses. The purpose of this repository is to provide the community a fully-free fork of diff --git a/src/chess.lua b/src/chess.lua index b480834..e830821 100644 --- a/src/chess.lua +++ b/src/chess.lua @@ -3289,13 +3289,13 @@ if ENABLE_CHESS_GAMES then realchess.move(meta, from_list, from_index, to_list, to_index, playerName) -- We always return 0 to disable all *builtin* inventory moves, since -- we do it ourselves. This should be fine because there shouldn't be a - -- conflict between this mod and Minetest then. + -- conflict between this mod and Luanti then. return 0 end chessboarddef.allow_metadata_inventory_take = function() return 0 end chessboarddef.allow_metadata_inventory_put = function() return 0 end -- Note: There is no on_move function because we put the entire move handling - -- into the allow function above. The reason for this is of Minetest's + -- into the allow function above. The reason for this is of Luanti's -- awkward behavior when swapping items. minetest.register_lbm({