1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-28 22:36:45 +02:00

hoes can deal damage to mobs and players

This commit is contained in:
tenplus1
2024-08-25 10:46:50 +01:00
parent e2f12c8061
commit ebe1db179d
3 changed files with 82 additions and 59 deletions

View File

@ -5,13 +5,14 @@
]]
-- Translation support
local S = minetest.get_translator("farming")
-- global
farming = {
mod = "redo",
version = "20240812",
version = "20240825",
path = minetest.get_modpath("farming"),
select = {type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -5/16, 0.5}},
select_final = {type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, -2.5/16, 0.5}},