mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-27 04:24:35 +02:00
update intllib
This commit is contained in:
@ -69,7 +69,11 @@ for _, col in ipairs(all_colours) do
|
||||
replace_with = "air",
|
||||
replace_offset = -1,
|
||||
fear_height = 3,
|
||||
|
||||
--[[
|
||||
on_replace = function(self, pos, oldnode, newnode)
|
||||
print ("---- replaced") ; return false -- false to keep node, true to replace
|
||||
end,
|
||||
]]
|
||||
on_rightclick = function(self, clicker)
|
||||
|
||||
--are we feeding?
|
||||
|
Reference in New Issue
Block a user