Skip to content
Snippets Groups Projects
Verified Commit 6bca058b authored by Tuxilio's avatar Tuxilio
Browse files

update mod name to something workshop-name-independent

parent 73d2f89f
Branches main
No related tags found
No related merge requests found
-- Minetest Mod -- Minetest Mod
minetest.register_node("cltmod:tux", { minetest.register_node("penguins:tux", {
description = "CLT-Tux", description = "Tux",
tiles = {"cltmod_tux.png"}, tiles = {"penguins_tux.png"},
groups = {cracky = 1} groups = {cracky = 1}
}) })
minetest.register_craft({ minetest.register_craft({
type = "shaped", type = "shaped",
output = "cltmod:tux 1", output = "penguins:tux 1",
recipe = { recipe = {
{"", "default:goldblock", "" }, {"", "default:goldblock", "" },
{"default:obsidian", "default:steelblock", "default:obsidian" }, {"default:obsidian", "default:steelblock", "default:obsidian" },
......
name = cltmod name = penguins
title = CLT Mod title = Pinguine
description = Mod-Anleitung description = Mod-Anleitung mit Pinguinen
release = 0.1 release = 0.1
author = magicfelix, Pingu, Tuxilio author = magicfelix, Pingu, Tuxilio
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment