This commit is contained in:
kakalak-lumberjack 2023-07-29 08:02:13 -04:00
parent f9d1814edd
commit 8f33241736
1 changed files with 1 additions and 2 deletions

View File

@ -380,7 +380,7 @@ replacer.get_mode = function(player)
end
return mode_name
end
-- Chat command to set mode
minetest.register_chatcommand("replacer_mode", {
params = "<mode_name>",
@ -398,4 +398,3 @@ minetest.register_craft({
output = 'replacer:replacer',
recipe = {{'default:chest', '', ''}, {'', 'default:stick', ''}, {'', '', 'default:chest'}}
})