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
No related branches found
No related tags found
No related merge requests found
-- Minetest Mod
minetest.register_node("cltmod:tux", {
description = "CLT-Tux",
tiles = {"cltmod_tux.png"},
minetest.register_node("penguins:tux", {
description = "Tux",
tiles = {"penguins_tux.png"},
groups = {cracky = 1}
})
minetest.register_craft({
type = "shaped",
output = "cltmod:tux 1",
output = "penguins:tux 1",
recipe = {
{"", "default:goldblock", "" },
{"default:obsidian", "default:steelblock", "default:obsidian" },
......
name = cltmod
title = CLT Mod
description = Mod-Anleitung
name = penguins
title = Pinguine
description = Mod-Anleitung mit Pinguinen
release = 0.1
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