added Liishii_Block
This commit is contained in:
parent
b53d4873f7
commit
267c8bebb5
7
init.lua
7
init.lua
|
@ -6,3 +6,10 @@ minetest.register_node("marcs_minetest_test_mod:happy_block", {
|
||||||
groups = {cracky = 3},
|
groups = {cracky = 3},
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_node("marcs_minetest_test_mod:liishii_block", {
|
||||||
|
description = "Liishiis Lieblingsblock",
|
||||||
|
tiles = {"liishii_block.png"},
|
||||||
|
groups = {cracky = 3},
|
||||||
|
sound = default.node_sound_stone_defaults(),
|
||||||
|
})
|
||||||
|
|
2
mod.conf
2
mod.conf
|
@ -1,3 +1,3 @@
|
||||||
name = marcs_minetest_mest_mod
|
name = marcs_minetest_test_mod
|
||||||
description = Meine erste Mod
|
description = Meine erste Mod
|
||||||
depends = default
|
depends = default
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 635 B |
Loading…
Reference in New Issue