Mods in den Spieleordner reingeschoben. So richtig tief.

This commit is contained in:
N-Nachtigal 2025-05-08 22:41:25 +02:00
parent b4b6c08f4f
commit f7bc25a670
1674 changed files with 56056 additions and 530 deletions

View file

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

View 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