mirror of
https://github.com/poikilos/trmp_minetest_game.git
synced 2024-12-22 16:50:36 +01:00
5 lines
182 B
Lua
5 lines
182 B
Lua
-- 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")
|