Mods in den Spieleordner reingeschoben. So richtig tief.
This commit is contained in:
parent
b4b6c08f4f
commit
f7bc25a670
1674 changed files with 56056 additions and 530 deletions
6
mods/coalfromtrees/init.lua
Normal file
6
mods/coalfromtrees/init.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
minetest.register_craft({
|
||||
output = "default:coal_lump",
|
||||
type = "cooking",
|
||||
recipe = "group:tree",
|
||||
cooktime = 4
|
||||
})
|
6
mods/coalfromtrees/mod.conf
Normal file
6
mods/coalfromtrees/mod.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
name = coalfromtrees
|
||||
description = Simple mod - cook trees to get coal
|
||||
depends = default
|
||||
author = skbzk
|
||||
title = Coal from Trees
|
||||
release = 7648
|
Loading…
Add table
Add a link
Reference in a new issue