Fixed crash

This commit is contained in:
minefaco
2021-11-20 18:57:59 -05:00
committed by GitHub
parent 12b1831298
commit 229f62e75b

View File

@@ -1,7 +1,7 @@
local max_stack = tonumber(minetest.settings:get("default_stack_max"))
--*************************************************************************
minetest.register_node("stripped_tree:chiseling_machine", {
description = "Rightclick me!",
description = "Chiseladora para troncos",
tiles = {"chiseling_machine.png", "chiseling_machine.png", "chiseling_machine_side.png", "chiseling_machine_side.png","chiseling_machine_side.png", "chiseling_machine_side.png"},
groups = {cracky = 1},
after_place_node = function(pos, placer)