Merge pull request #30 from D00Med/l

wawi
This commit is contained in:
Toby plowy 2017-01-18 19:51:18 +01:00 committed by GitHub
commit ad3fb12b9c
14 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,3 @@
tobyplowy(aka toby109tt) for textures and copy pacte code original code made by minetest core devs
D00med for being awesome!!!!!!

View File

@ -0,0 +1 @@
default

3
mods/decoblocks/init.lua Normal file
View File

@ -0,0 +1,3 @@
local path = minetest.get_modpath("decoblocks")
dofile(path.."/nodes.lua")

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

15
mods/decoblocks/nodes.lua Normal file
View File

@ -0,0 +1,15 @@
decoblocks = {}
minetest.register_node("decoblocks:old_stone_tiles", {
description = "Old Stone Tiles",
tiles = {"decoblocks_old_stone_tiles.png"},
groups = {cracky = 3, stone = 2},
sounds = default.node_sound_stone_defaults(),
})
minetest.register_node("decoblocks:old_stone_tiles_with_dirt", {
description = "Old Stone Tiles With Dirt",
tiles = {"decoblocks_old_stone_tiles_with_dirt.png"},
groups = {cracky = 3, stone = 2},
sounds = default.node_sound_stone_defaults(),
})

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B