Imported from trollstream "ContentDB"

master
OldCoder 2022-09-04 22:03:32 -07:00
commit 19a2042c9a
2 changed files with 11 additions and 0 deletions

6
init.lua Normal file
View File

@ -0,0 +1,6 @@
minetest.register_craft({
output = "default:coal_lump",
type = "cooking",
recipe = "group:tree",
cooktime = 4
})

5
mod.conf Normal file
View File

@ -0,0 +1,5 @@
name = coalfromtrees
description = Simple mod - cook trees to get coal
depends = default
author = skbzk
title = Coal from Trees