forked from Mirrorlandia_minetest/minetest
Add experimental TNT's old name as an alias
This commit is contained in:
parent
1907b31da7
commit
e8539d4dae
@ -237,6 +237,9 @@ end
|
||||
--print("Registering TNT");
|
||||
minetest.register_entity("experimental:tnt", TNT)
|
||||
|
||||
-- Add TNT's old name also
|
||||
minetest.alias_node("TNT", "experimental:tnt")
|
||||
|
||||
--
|
||||
-- A test entity for testing animated and yaw-modulated sprites
|
||||
--
|
||||
|
Loading…
Reference in New Issue
Block a user