mirror of
https://github.com/moparisthebest/minetest
synced 2024-12-23 08:08:47 -05:00
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");
|
--print("Registering TNT");
|
||||||
minetest.register_entity("experimental:tnt", 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
|
-- A test entity for testing animated and yaw-modulated sprites
|
||||||
--
|
--
|
||||||
|
Loading…
Reference in New Issue
Block a user