1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

update translations, description changes

This commit is contained in:
TenPlus1
2020-04-26 19:34:43 +01:00
parent e6aa8f9997
commit e3f705a804
14 changed files with 988 additions and 1308 deletions

View File

@ -321,7 +321,7 @@ end
-- hoe bomb item
minetest.register_craftitem("farming:hoe_bomb", {
description = S("Hoe Bomb (use or throw on grassy areas to hoe land"),
description = S("Hoe Bomb (use or throw on grassy areas to hoe land)"),
inventory_image = "farming_hoe_bomb.png",
groups = {flammable = 2, not_in_creative_inventory = 1},
on_use = function(itemstack, user, pointed_thing)