inital commit

master
wsor 2020-08-30 21:09:28 -04:00
commit 9303b48ab7
3 changed files with 10 additions and 0 deletions

1
depends.txt Normal file
View File

@ -0,0 +1 @@
unifieddyes

9
init.lua Normal file
View File

@ -0,0 +1,9 @@
minetest.register_node("ws_rgb:solid", {
description = "Plastic Box",
tiles = {"rgb_solid.png"},
is_ground_content = false,
groups = {choppy=1, snappy=1, oddly_breakable_by_hand=1, ud_param2_colorable = 1},
sounds = default.node_sound_stone_defaults(),
paramtype2 = "color",
palette = "unifieddyes_palette_extended.png",
})

BIN
textures/rgb_solid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B