1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-07 19:10:23 +01:00
server-nalc/mods/trmp_minetest_game/trm_tnt/init.lua

5 lines
182 B
Lua
Raw Normal View History

-- 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")