1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-26 14:30:31 +02:00

Add experimental TNT's old name as an alias

This commit is contained in:
Perttu Ahola 2011-12-04 02:16:23 +02:00
parent 1907b31da7
commit e8539d4dae

View File

@ -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
--