added my first Node

This commit is contained in:
Marc 2022-01-26 19:44:12 +01:00
parent 2e568ddce6
commit b53d4873f7
3 changed files with 10 additions and 0 deletions

View File

@ -1 +1,8 @@
minetest.log("Hallo Welt!")
minetest.register_node("marcs_minetest_test_mod:happy_block", {
description = "Einfach nur ein fröhlicher Block",
tiles = {"marcs_minetest_test_mod_bild.png"},
groups = {cracky = 3},
sounds = default.node_sound_stone_defaults(),
})

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = marcs_minetest_mest_mod
description = Meine erste Mod
depends = default

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB