mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +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_tnt/depends.txt
Normal file
2
mods/trmp_minetest_game/trm_tnt/depends.txt
Normal file
@ -0,0 +1,2 @@
|
||||
treasurer
|
||||
tnt
|
4
mods/trmp_minetest_game/trm_tnt/init.lua
Normal file
4
mods/trmp_minetest_game/trm_tnt/init.lua
Normal file
@ -0,0 +1,4 @@
|
||||
-- registers TNT and gunpowder
|
||||
|
||||
treasurer.register_treasure("tnt:tnt",0.05,5,nil,nil,"minetool")
|
||||
treasurer.register_treasure("tnt:gunpowder",0.123,3,{1,10},nil,"crafting_component")
|
Reference in New Issue
Block a user