Rename signs mod to mcl_signs
This commit is contained in:
parent
3748c1e09c
commit
6c4ccf3897
109 changed files with 29 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue