Rename Minetest to Luanti
This commit is contained in:
parent
5502e5f052
commit
20e6a3b379
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
[![ContentDB](https://content.minetest.net/packages/Wuzzy/xdecor/shields/downloads/)](https://content.minetest.net/packages/Wuzzy/xdecor/)
|
[![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.
|
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
|
It is the same as X-Decor, except with all the non-free files replaced and with
|
||||||
bugfixes. There are no new features.
|
bugfixes. There are no new features.
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ blocks with special features:
|
|||||||
|
|
||||||
### X-Decor-libre vs X-Decor
|
### 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.
|
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
|
The purpose of this repository is to provide the community a fully-free fork of
|
||||||
|
@ -3289,13 +3289,13 @@ if ENABLE_CHESS_GAMES then
|
|||||||
realchess.move(meta, from_list, from_index, to_list, to_index, playerName)
|
realchess.move(meta, from_list, from_index, to_list, to_index, playerName)
|
||||||
-- We always return 0 to disable all *builtin* inventory moves, since
|
-- 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
|
-- 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
|
return 0
|
||||||
end
|
end
|
||||||
chessboarddef.allow_metadata_inventory_take = function() return 0 end
|
chessboarddef.allow_metadata_inventory_take = function() return 0 end
|
||||||
chessboarddef.allow_metadata_inventory_put = 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
|
-- 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.
|
-- awkward behavior when swapping items.
|
||||||
|
|
||||||
minetest.register_lbm({
|
minetest.register_lbm({
|
||||||
|
Loading…
Reference in New Issue
Block a user