зеркало из
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-09-15 12:05:22 +02:00
tweak obsidian flan node breakage
Этот коммит содержится в:
@@ -293,7 +293,9 @@ mobs:register_arrow("mobs_monster:obsidian_arrow", {
|
||||
texture = def.tiles[1]
|
||||
end
|
||||
|
||||
if def.groups and def.groups.level == 2 then
|
||||
-- do not break obsidian or diamond blocks or unbreakable nodes
|
||||
if (def.groups and def.groups.level and def.groups.level > 1)
|
||||
or def.groups.unbreakable then
|
||||
return
|
||||
end
|
||||
|
||||
|
Ссылка в новой задаче
Block a user