diff options
author | CraigyDavi <craig.davison3@gmail.com> | 2014-06-27 22:19:49 +0100 |
---|---|---|
committer | CraigyDavi <craig.davison3@gmail.com> | 2014-06-27 22:19:49 +0100 |
commit | 00d1650905f8470cf0b5f903dc9a64acbd9149eb (patch) | |
tree | f9f546377caa8ed443dc566d46218fab7699210a /streetshotfix | |
parent | 25d8aadf386c253665407b8b94875a1587df0b40 (diff) | |
download | roads-00d1650905f8470cf0b5f903dc9a64acbd9149eb.tar roads-00d1650905f8470cf0b5f903dc9a64acbd9149eb.tar.gz roads-00d1650905f8470cf0b5f903dc9a64acbd9149eb.tar.bz2 roads-00d1650905f8470cf0b5f903dc9a64acbd9149eb.tar.xz roads-00d1650905f8470cf0b5f903dc9a64acbd9149eb.zip |
Hotfix to avoid unknown nodes
Diffstat (limited to 'streetshotfix')
-rw-r--r-- | streetshotfix/init.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/streetshotfix/init.lua b/streetshotfix/init.lua index 967bbbb..6294c96 100644 --- a/streetshotfix/init.lua +++ b/streetshotfix/init.lua @@ -2,4 +2,7 @@ StreetsMod Hotfixes in order of creation, signed with date ]] -- Hotfix #1; April 14, 2014; https://github.com/webdesigner97/streets/issues/11 -minetest.register_alias("stairs:stair_asphalt","streets:stair_asphalt")
\ No newline at end of file +minetest.register_alias("stairs:stair_asphalt","streets:stair_asphalt") + +-- Hotfix #2; June 27, 2014; https://github.com/webdesigner97/streets/issues/25 +minetest.register_alias("streets:asphalt_stair","streets:stair_asphalt")
\ No newline at end of file |