Rename: playerplus→mcl_playerplus, drop compat.

This commit is contained in:
Wuzzy 2017-05-23 00:52:31 +02:00
parent 632ebd6389
commit b8cc752e79
10 changed files with 58 additions and 57 deletions

View file

@ -39,7 +39,7 @@ minetest.register_node("mcl_core:barrier", {
end,
})
-- The void below the bedrock. Void damage is handled in playerplus.
-- The void below the bedrock. Void damage is handled in mcl_playerplus.
-- The void does not exist as a block in Minecraft but we register it as a
-- block here to make things easier for us.
minetest.register_node("mcl_core:void", {

View file

@ -78,7 +78,7 @@ minetest.register_node("mcl_nether:soul_sand", {
sounds = mcl_sounds.node_sound_sand_defaults(),
_mcl_blast_resistance = 2.5,
_mcl_hardness = 0.5,
-- Movement handling is done in playerplus mod
-- Movement handling is done in mcl_playerplus mod
})
minetest.register_node("mcl_nether:nether_brick", {