initial add experience

This commit is contained in:
Milan* 2017-07-26 11:27:38 +02:00
parent a7344c7ea8
commit d45d64f4cb
12 changed files with 251 additions and 0 deletions

View file

@ -0,0 +1,3 @@
minetest.override_item("default:stone_with_coal", {
groups = {cracky=3,xp=1},
})