1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-20 00:30:30 +02:00

license fixups: use LGPL3.0 for code, CC-by-SA 4.0 for media

This commit is contained in:
Vanessa Dannenberg
2018-11-08 18:29:07 -05:00
parent feb3092d06
commit 3dde23cff8
17 changed files with 573 additions and 326 deletions

View File

@ -2,7 +2,6 @@
-- Dry Plants - Recipes 0.1.0 -- Short Grass -> Dirt
-----------------------------------------------------------------------------------------------
-- by Mossmanikin
-- License (everything): WTFPL
-- Looked at code from: darkage, default, farming, sickle, stairs
-- Dependencies: default, farming
-- Supports: flint, stoneage, sumpf
@ -357,4 +356,4 @@ minetest.register_craft({
replacements = {
{"flowers:dandelion_yellow", "dye:yellow"}
},
})]]
})]]