mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-30 13:50:39 +02:00
fix hoe bomb collisionbox
This commit is contained in:
2
hoes.lua
2
hoes.lua
@ -256,7 +256,7 @@ minetest.register_entity("farming:hoebomb_entity", {
|
||||
visual = "sprite",
|
||||
visual_size = {x = 1.0, y = 1.0},
|
||||
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 = {},
|
||||
player = "",
|
||||
|
||||
|
Reference in New Issue
Block a user