diff --git a/mods/ITEMS/signs/README.txt b/mods/ITEMS/signs/README.txt new file mode 100644 index 000000000..2cef429bc --- /dev/null +++ b/mods/ITEMS/signs/README.txt @@ -0,0 +1,4 @@ +Mod based on reworked signs mod by PilzAdam: +https://forum.minetest.net/viewtopic.php?t=3289 + +License: WTFPL diff --git a/mods/ITEMS/signs/changelog.txt b/mods/ITEMS/signs/changelog.txt deleted file mode 100644 index 271575d9f..000000000 --- a/mods/ITEMS/signs/changelog.txt +++ /dev/null @@ -1,10 +0,0 @@ -This mod is modified by PilzAdam - -Changes: -- Remove shadows under signs -- New input system: - There is just one text line that automatically will be splitted up to the lines on the sign - - You can force a newline with " | " -- It overrides the default signs -- Make it stackable - -License of code: WTFPL diff --git a/mods/ITEMS/signs/mod.conf b/mods/ITEMS/signs/mod.conf new file mode 100644 index 000000000..af9ff07a4 --- /dev/null +++ b/mods/ITEMS/signs/mod.conf @@ -0,0 +1 @@ +name = signs