Mise à jour de 'mods/MAPGEN/mcl_villages/init.lua'

This commit is contained in:
3raven 2022-08-24 05:38:30 +00:00
parent 5621250c07
commit 561396f4e6
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ minetest.register_lbm({
-- manually place villages
if minetest.is_creative_enabled("") then
minetest.register_craftitem("mcl_villages:tool", {
description = "mcl_villages build tool",
description = S("mcl_villages build tool"),
inventory_image = "default_tool_woodshovel.png",
-- build ssettlement
on_place = function(itemstack, placer, pointed_thing)