6 lines
93 B
Lua
Raw Normal View History

2018-10-17 12:29:09 +02:00
--[[
2017-07-26 11:27:38 +02:00
minetest.override_item("default:stone_with_coal", {
groups = {cracky=3,xp=1},
})
2018-10-17 12:29:09 +02:00
]]