Fixed crash

This commit is contained in:
minefaco 2021-11-20 18:57:59 -05:00 committed by GitHub
parent 12b1831298
commit 229f62e75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
local max_stack = tonumber(minetest.settings:get("default_stack_max")) local max_stack = tonumber(minetest.settings:get("default_stack_max"))
--************************************************************************* --*************************************************************************
minetest.register_node("stripped_tree:chiseling_machine", { 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"}, 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}, groups = {cracky = 1},
after_place_node = function(pos, placer) after_place_node = function(pos, placer)