adjust indent
This commit is contained in:
parent
3f4695ee36
commit
5bb6fb9fad
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
mobs:register_arrow("dmobs:fire", {
|
mobs:register_arrow("dmobs:fire", {
|
||||||
visual = "sprite",
|
visual = "sprite",
|
||||||
visual_size = {x = 0.5, y = 0.5},
|
visual_size = {x = 0.5, y = 0.5},
|
||||||
textures = {"dmobs_fire.png"},
|
textures = {"dmobs_fire.png"},
|
||||||
@ -24,4 +24,4 @@
|
|||||||
hit_node = function(self, pos, node)
|
hit_node = function(self, pos, node)
|
||||||
mobs:explosion(pos, 2, 1, 1)
|
mobs:explosion(pos, 2, 1, 1)
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user