forked from mad-star-studio/Voxelis
Tap tap
This commit is contained in:
parent
f5877a23cf
commit
090f81b833
107 changed files with 1018 additions and 1018 deletions
|
@ -1,29 +0,0 @@
|
|||
|
||||
-- ---------------------------- Dyeable Nodes -------------------------- --
|
||||
-- List of dyeable things
|
||||
local dyeable_craftitem = {"wool, carpet"}
|
||||
|
||||
-- ---------------------------- Basics -------------------------- --
|
||||
-- "We've got wool and wool accessories.
|
||||
-- String
|
||||
minetest.register_craftitem("vox_main:string", {
|
||||
description = "String",
|
||||
inventory_image = "vox_main_string.png"
|
||||
})
|
||||
|
||||
-- Wool
|
||||
minetest.register_node("vox_main:wool", {
|
||||
description = "Wool",
|
||||
tiles = {"vox_textiles_wool.png"},
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=3},
|
||||
sounds = default.node_sound_defaults(),
|
||||
})
|
||||
|
||||
-- Carpet
|
||||
-- These are made from wool and can be dyed
|
||||
minetest.register_node("vox_main:carpet", {
|
||||
description = "Carpet",
|
||||
tiles = {"vox_textiles_carpet.png"},
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=3},
|
||||
sounds = default.node_sound_defaults(),
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue