added my first Node
This commit is contained in:
parent
2e568ddce6
commit
b53d4873f7
3 changed files with 10 additions and 0 deletions
7
init.lua
7
init.lua
|
@ -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
3
mod.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = marcs_minetest_mest_mod
|
||||
description = Meine erste Mod
|
||||
depends = default
|
BIN
textures/marcs_minetest_test_mod_bild.png
Normal file
BIN
textures/marcs_minetest_test_mod_bild.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue