added Liishii_Block

This commit is contained in:
Marc 2022-01-26 20:22:29 +01:00
parent b53d4873f7
commit 267c8bebb5
3 changed files with 8 additions and 1 deletions

View File

@ -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(),
})

View File

@ -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

BIN
textures/liishii_block.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B