commit
ad3fb12b9c
3
mods/decoblocks/credits.txt
Normal file
3
mods/decoblocks/credits.txt
Normal 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!!!!!!
|
1
mods/decoblocks/depends.txt
Normal file
1
mods/decoblocks/depends.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
default
|
3
mods/decoblocks/init.lua
Normal file
3
mods/decoblocks/init.lua
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
local path = minetest.get_modpath("decoblocks")
|
||||||
|
|
||||||
|
dofile(path.."/nodes.lua")
|
BIN
mods/decoblocks/models/dicksonia.b3d
Normal file
BIN
mods/decoblocks/models/dicksonia.b3d
Normal file
Binary file not shown.
BIN
mods/decoblocks/models/fern.b3d
Normal file
BIN
mods/decoblocks/models/fern.b3d
Normal file
Binary file not shown.
BIN
mods/decoblocks/models/mapgen_dicksonia.png
Normal file
BIN
mods/decoblocks/models/mapgen_dicksonia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
mods/decoblocks/models/mapgen_fern1.png
Normal file
BIN
mods/decoblocks/models/mapgen_fern1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 889 B |
BIN
mods/decoblocks/models/mapgen_fern2.png
Normal file
BIN
mods/decoblocks/models/mapgen_fern2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 748 B |
15
mods/decoblocks/nodes.lua
Normal file
15
mods/decoblocks/nodes.lua
Normal 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(),
|
||||||
|
})
|
BIN
mods/decoblocks/schematics/junglepalm.mts
Normal file
BIN
mods/decoblocks/schematics/junglepalm.mts
Normal file
Binary file not shown.
BIN
mods/decoblocks/schematics/jungletree.mts
Normal file
BIN
mods/decoblocks/schematics/jungletree.mts
Normal file
Binary file not shown.
BIN
mods/decoblocks/schematics/palmtree.mts
Normal file
BIN
mods/decoblocks/schematics/palmtree.mts
Normal file
Binary file not shown.
BIN
mods/decoblocks/textures/decoblocks_old_stone_tiles.png
Normal file
BIN
mods/decoblocks/textures/decoblocks_old_stone_tiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 834 B |
Binary file not shown.
After Width: | Height: | Size: 889 B |
Loading…
x
Reference in New Issue
Block a user