Voxelis/mods/ITEMS/vox_textiles/init.lua
DesertMermaid a260c4a33a
All checks were successful
Error Check / luacheck_errcheck (push) Successful in 37s
Unit Tests / busted_unit_test (push) Successful in 48s
More work being done. And... bugs.
2024-12-11 14:47:15 -08:00

20 lines
493 B
Lua

-- ---------------------------- Dyeable Nodes -------------------------- --
-- List of dyeable things
local dyeable_blocks = {"wool, carpet"}
-- Register base things their dyeable variants
for _, base_block in ipairs(dyeable_blocks) do
vox_coloring.register_dyeable("vox_worldblocks", base_block)
end
-- ---------------------------- Basics -------------------------- --
-- "We've got wool and wool accessories.
-- String
-- Wool
-- Carpet
-- These are made from wool or from fabric