mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-13 21:30:23 +02:00
Added forceload, pyramids, b_chests' support
- Beginners' chest updated (support for forceload) - Forceload mod by rubenwardy added - trmp_minetest_game added
This commit is contained in:
2
mods/trmp_minetest_game/trm_dye/depends.txt
Normal file
2
mods/trmp_minetest_game/trm_dye/depends.txt
Normal file
@ -0,0 +1,2 @@
|
||||
dye
|
||||
treasurer
|
4
mods/trmp_minetest_game/trm_dye/init.lua
Normal file
4
mods/trmp_minetest_game/trm_dye/init.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local colors = {"white", "lightgrey", "grey", "darkgrey", "black", "red", "orange", "yellow", "lime", "green", "aqua", "cyan", "sky_blue", "blue", "violet", "magenta", "red_violet"}
|
||||
for i=1,#colors do
|
||||
treasurer.register_treasure("dye:"..colors[i], 0.0117, 1, {1,6}, nil, "crafting_component" )
|
||||
end
|
Reference in New Issue
Block a user