mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-01-29 02:10:18 +01:00
fix hoe bomb collisionbox
This commit is contained in:
parent
d021cb639b
commit
8a9d96b526
2
hoes.lua
2
hoes.lua
@ -256,7 +256,7 @@ minetest.register_entity("farming:hoebomb_entity", {
|
|||||||
visual = "sprite",
|
visual = "sprite",
|
||||||
visual_size = {x = 1.0, y = 1.0},
|
visual_size = {x = 1.0, y = 1.0},
|
||||||
textures = {"farming_hoe_bomb.png"},
|
textures = {"farming_hoe_bomb.png"},
|
||||||
collisionbox = {0,0,0,0,0,0},
|
collisionbox = {-0.1,-0.1,-0.1,0.1,0.1,0.1},
|
||||||
lastpos = {},
|
lastpos = {},
|
||||||
player = "",
|
player = "",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user