Changed Licence
This commit is contained in:
parent
5a9b5aa9d2
commit
22d0f3f917
@ -17,7 +17,7 @@ empty / blue wool / empty
|
|||||||
You can also repair the tool by putting it in the crafting grid with a steel ingot.
|
You can also repair the tool by putting it in the crafting grid with a steel ingot.
|
||||||
|
|
||||||
|
|
||||||
Licence - WTFPL
|
Licence - DWYWPL
|
||||||
|
|
||||||
|
|
||||||
Forum - https://forum.minetest.net/viewtopic.php?f=9&t=13484&p=196293#p196293
|
Forum - https://forum.minetest.net/viewtopic.php?f=9&t=13484&p=196293#p196293
|
||||||
|
@ -15,8 +15,6 @@ empty / blue wool / empty
|
|||||||
You can also repair the tool by putting it in the crafting grid with a steel ingot.
|
You can also repair the tool by putting it in the crafting grid with a steel ingot.
|
||||||
|
|
||||||
|
|
||||||
Licence - WTFPL
|
|
||||||
|
|
||||||
|
|
||||||
Forum - https://forum.minetest.net/viewtopic.php?f=9&t=13484&p=196293#p196293
|
Forum - https://forum.minetest.net/viewtopic.php?f=9&t=13484&p=196293#p196293
|
||||||
|
|
||||||
|
@ -107,6 +107,6 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mymasonhammer:hammer",
|
output = "mymasonhammer:hammer",
|
||||||
recipe = {
|
recipe = {
|
||||||
{"mymasonhammer:hammer", "default:steel_ingot"},
|
{"mymasonhammer:hammer", "default:steel_ingot"},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
13
licence.txt
Normal file
13
licence.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
DO WHAT YOU WANT TO PUBLIC LICENSE
|
||||||
|
or abbreviated DWYWPL
|
||||||
|
|
||||||
|
December 2nd 2015
|
||||||
|
License Copyright (C) 2015 Michael Tomaino (PlatinumArts@gmail.com)
|
||||||
|
www.sandboxgamemaker.com/DWYWPL/
|
||||||
|
|
||||||
|
DO WHAT YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
1. You are allowed to do whatever you want to with what content is using this license.
|
||||||
|
2. This content is provided 'as-is', without any express or implied warranty. In no event
|
||||||
|
will the authors be held liable for any damages arising from the use of this content.
|
Loading…
x
Reference in New Issue
Block a user