Rename signs mod to mcl_signs

This commit is contained in:
Wuzzy 2017-07-25 02:20:37 +02:00
parent 3748c1e09c
commit 6c4ccf3897
109 changed files with 29 additions and 27 deletions

View file

@ -3042,7 +3042,7 @@ function mobs:register_arrow(name, def)
and entity ~= "__builtin:item"
and entity ~= "__builtin:falling_node"
and entity ~= "gauges:hp_bar"
and entity ~= "signs:text"
and entity ~= "mcl_signs:text"
and entity ~= "itemframes:item" then
self.hit_mob(self, player)