changed username to reflect my new one

master
poikilos 2018-04-25 09:29:04 -04:00 committed by Jacob Gustafson
parent 3d0691d955
commit e2d058a3e0
33 changed files with 56 additions and 56 deletions

View File

@ -2,7 +2,7 @@ License of media (such as textures and sounds)
----------------------------------------------
(author, copyright holder, & license only apply where not otherwise specified--see README.md)
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
Copyright (C) 2017 expertmm
Copyright (C) 2017 poikilos
You are free to:
Share — copy and redistribute the material in any medium or format.
@ -37,7 +37,7 @@ http://creativecommons.org/licenses/by-sa/3.0/
License of source code
----------------------
(author, copyright holder, & license only apply where not otherwise specified--see README.md)
Copyright 2017 expertmm (Jacob Gustafson)
Copyright 2017 poikilos (Jacob Gustafson)
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999

View File

@ -198,7 +198,7 @@ Otherwise just install everything EXCEPT cme_to_spawners & tsm_pyramids_to_spawn
* (chunkymap-generator.bat, pythoninfo.py) if using Windows, check for various versions of Python3 and warn if fails (no longer check for Python2)
* (minetestinfo.py) account for Minetest 0.4.16 arch naming difference: minetest_game (from minetest-data package) becomes minetest (still check for minetest_game if minetest not present in minetest/games since 0.4.16 repack 3 via deb from Debian via Ubuntu still uses the folder name minetest_game)
### (2017-05-25)
* switched to expertmm fork of travelnet
* switched to poikilos fork of travelnet
### (2017-05-18)
* Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler.
### (2017-05-15)
@ -406,7 +406,7 @@ Further steps needed to recreate:
* The recommended minetest.conf for subgame, including for server, is in the ENLIVEN subgame folder (also available at [EnlivenMinetest on GitHub](https://github.com/poikilos/EnlivenMinetest)
## Sources and License
Authors: expertmm (Jacob Gustafson)
Authors: poikilos (Jake Gustafson)
ENLIVEN project (aka EnlivenMinetest), including launcher (ENLIVEN application) and ENLIVEN subgame, is released under the LGPL v2.1 license (see LICENSE), except media which is released under the CC-BY-SA 3.0 license (see LICENSE). There are other exceptions to this license and authorship where specified below and in subfolders.
Source code is available at [https://github.com/poikilos/EnlivenMinetest](https://github.com/poikilos/EnlivenMinetest).
@ -444,4 +444,4 @@ Qt5Widgets.dll
## Developer Notes
### Regression Tests
* Use of input in python, where should never be used except in expertmm.py and minetestinfo.py for first-time setup or when interactive_enable is True
* Use of input in python, where should never be used except in poikilos.py and minetestinfo.py for first-time setup or when interactive_enable is True

View File

@ -23,7 +23,7 @@ if [ -f mts-ENLIVEN.service ]; then
#clear old downloaded copy if exists in userspace
rm mts-ENLIVEN.service
fi
wget https://github.com/expertmm/EnlivenMinetest/raw/master/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service
wget https://github.com/poikilos/EnlivenMinetest/raw/master/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service
echo "This will only work if you are using systemd."
sudo mv -f mts-ENLIVEN.service /etc/systemd/system/
#sudo chmod +x /etc/systemd/system/mts-ENLIVEN.service

View File

@ -1,7 +1,7 @@
#!/bin/sh
echo "This doesn't work on Xenial since Ubuntu switched from Canonical upstart to systemd (unless you manually switched to upstart)"
wget https://github.com/expertmm/EnlivenMinetest/raw/master/etc/change_hardcoded_username_first/upstart_version/etc/init.d/mts-ENLIVEN.conf
wget https://github.com/poikilos/EnlivenMinetest/raw/master/etc/change_hardcoded_username_first/upstart_version/etc/init.d/mts-ENLIVEN.conf
sudo mv -f mts-ENLIVEN.conf /etc/init.d/
#enable the mts-ENLIVEN upstart service on Ubuntu:
sudo service mts-ENLIVEN enable

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Copyright 2017 expertmm
# Copyright 2017 poikilos
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2017 expertmm. License:
# Copyright 2017 poikilos. License:
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@ -639,7 +639,7 @@ add_git_mod invhack minetest-invhack https://github.com/salahzar/minetest-invhac
# add_zip_mod worldedit Minetest-WorldEdit-* https://github.com/Uberi/MineTest-WorldEdit/zipball/master
echo "Installing Uberi's worldedit..."
add_git_mod worldedit Minetest-WorldEdit https://github.com/Uberi/Minetest-WorldEdit.git
# metatools: expertmm fork of LeMagnesium's minetest-mod-metatools
# metatools: poikilos fork of LeMagnesium's minetest-mod-metatools
add_git_mod metatools minetest-mod-metatools https://github.com/poikilos/minetest-mod-metatools.git
# forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=9376"
# author="tenplus1"
@ -731,7 +731,7 @@ if [ "$spawners_enable" = "true" ]; then
echo "CHESTS_GENERATE = false" >> settings.txt
sudo mv settings.txt "$MTMOD_DEST_PATH/" # formerly $MT_MYGAME_MODS_PATH/spawners/, now is spawners/spawners_env/
echo "NOTE: in spawners, only SPAWNERS_GENERATE or CHESTS_GENERATE, not both (chests seem to override) spawn in world for now. See thread for updated info: https://forum.minetest.net/viewtopic.php?f=11&t=13857&start=25"
echo "see also expertmm's game-install-enliven-testing-SPAWNERS_BOTH_DEBUG.txt"
echo "see also poikilos's game-install-enliven-testing-SPAWNERS_BOTH_DEBUG.txt"
# dungeon_loot is part of default game, but I haven't created loot tables for this subgame yet, so remove:
remove_mod "dungeon_loot"
@ -930,7 +930,7 @@ add_git_mod tsm_railcorridors tsm_railcorridors http://repo.or.cz/RailCorridors/
#-- carts:powerrail
#-- carts:rail
# forum_url="https://forum.minetest.net/viewtopic.php?f=11&t=10172&hilit=boost+cart"
# birthstones: expertmm fork of a rather non-maintained mod--forum link is at https://forum.minetest.net/viewtopic.php?id=3663 (original mod was at https://github.com/Doc22/birthstones-mod.git)
# birthstones: poikilos fork of a rather non-maintained mod--forum link is at https://forum.minetest.net/viewtopic.php?id=3663 (original mod was at https://github.com/Doc22/birthstones-mod.git)
add_git_mod birthstones minetest-birthstones https://github.com/poikilos/minetest-birthstones.git
add_git_mod bakedclay bakedclay https://github.com/tenplus1/bakedclay.git
add_git_mod quartz quartz https://github.com/minetest-mods/quartz
@ -1026,7 +1026,7 @@ fi
# Wuzzy's slimenodes mod (only available via /give command).
# web view: http://repo.or.cz/w/minetest_slimenodes.git
# add_git_mod slimenodes minetest_slimenodes http://repo.or.cz/minetest_slimenodes.git
# use expertmm fork instead:
# use poikilos fork instead:
add_git_mod slimenodes slimenodes https://github.com/poikilos/slimenodes.git
# ropes: adds rope spools that are mounted to the side or bottom of a node and can be cut with any choppy tool while someone lower is climbing; doesn't lower into protected areas; also has rope ladders
add_git_mod ropes ropes https://github.com/minetest-mods/ropes.git
@ -1159,7 +1159,7 @@ if [ -d "$PATCHES_PATH" ]; then
echo "patching $MT_MYGAME_DIR (files only, so 'omitting directory' warnings are ok)..."
sudo cp -f $PATCHES_PATH/subgame/mods/mobs_monster/textures/* "$MT_MYGAME_DIR/mods/mobs_monster/textures/"
# REMOVE EXISTING SKINS AND ONLY ADD expertmm skins:
# REMOVE EXISTING SKINS AND ONLY ADD poikilos skins:
MTMOD_DEST_PATH=$MT_MYGAME_MODS_PATH/$PATCH_SKINS_MOD_NAME
SUB_NAME="textures" # include u_skins since u_skins/u_skins IS THE MOD in the modpack
SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME"
@ -1169,7 +1169,7 @@ if [ -d "$SUB_PATH" ]; then
fi
sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH"
if [ ! -d "$SUB_PATH" ]; then
echo "ERROR: failed to install expertmm's skins to $SUB_PATH, so cannot continue." > $err_txt
echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt
cat $err_txt
echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..."
sleep 1
@ -1181,7 +1181,7 @@ if [ ! -d "$SUB_PATH" ]; then
sleep 1
exit 1
else
echo "installed expertmm's skins to $SUB_PATH"
echo "installed poikilos's skins to $SUB_PATH"
fi
SUB_NAME="meta" # include u_skins since u_skins/u_skins IS THE MOD in the modpack
SUB_PATH="$MTMOD_DEST_PATH/$SUB_NAME"
@ -1191,7 +1191,7 @@ if [ -d "$SUB_PATH" ]; then
fi
sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH"
if [ ! -d "$SUB_PATH" ]; then
echo "ERROR: failed to install expertmm's skins to $SUB_PATH, so cannot continue." > $err_txt
echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt
cat $err_txt
echo " press Ctrl C to cancel ENLIVEN install or this terminal will close..."
sleep 1
@ -1203,7 +1203,7 @@ if [ ! -d "$SUB_PATH" ]; then
sleep 1
exit 1
else
echo "installed metadata for expertmm's skins to $SUB_PATH"
echo "installed metadata for poikilos's skins to $SUB_PATH"
fi

View File

@ -1,6 +1,6 @@
echo "Installing Enliven TESTING patch (run this after game-install-enliven.sh)"
echo "* You have to manually paste the environment variable settings from the beginning of game-install-enliven.sh here, so you have them."
echo "* Only install these mods if you know what you are doing! These mods may become part of enliven later, but are not thoroughly tested for stability and compatibility. Thanks, expertmm."
echo "* Only install these mods if you know what you are doing! These mods may become part of enliven later, but are not thoroughly tested for stability and compatibility. Thanks, poikilos."
echo "Known issues:"
echo "* advanced_npc: 0.4.15 git (Jan 2017) has error with advanced_npc even with secure.enable_security = false ()"
echo "* torches: removes ceiling torches"

View File

@ -38,7 +38,7 @@ elif [ -f "`command -v pacman`" ]; then
elif [ -f "`command -v dnf`" ]; then
sudo dnf -y remove minetest-server
sudo dnf -y remove minetest
#see expertmm post at https://forum.minetest.net/viewtopic.php?f=42&t=3837&start=125
#see poikilos post at https://forum.minetest.net/viewtopic.php?f=42&t=3837&start=125
sudo dnf -y install -y gcc-c++ freetype-devel spatialindex-devel postgresql-devel doxygen irrlicht-devel gettext freetype cmake bzip2-devel libpng libjpeg-turbo libXxf86vm mesa-libGLU libsqlite3x-devel libogg-devel libvorbis-devel openal-devel curl-devel luajit-devel lua-devel leveldb-devel ncurses-devel redis hiredis-devel gmp-devel
cd
#git clone https://github.com/minetest/minetest.git

View File

@ -25,7 +25,7 @@ if [ -d "$HOME/Downloads/minetest" ]; then
make -j$(nproc)
#cd games; git pull; make -j$(nproc)
#git config global user.email ""
#git config global user.name "expertmm"
#git config global user.name "poikilos"
#git pull https://github.com/minetest/minetest_game.git
#git fetch
#git checkout HEAD games/minetest_game

View File

@ -1,4 +1,4 @@
' Copyright 2017 expertmm
' Copyright 2017 poikilos
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
' The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@ -76,7 +76,7 @@ If objFSO.FolderExists(Minetest_folder_path) Then
objFile.Write "server_announce = false" & vbCrLf
objFile.Write "cinematic = true" & vbCrLf
objFile.Write "cinematic_camera_smoothing = 0.7" & vbCrLf
objFile.Write "serverlist_file = favoriteservers.txt" & vbCrLf
objFile.Write "font_size = 22" & vbCrLf
objFile.Write "font_shadow = 1" & vbCrLf
@ -118,9 +118,9 @@ If objFSO.FolderExists(Minetest_folder_path) Then
objFile.Write "ambient_occlusion_gamma = 2.2" & vbCrLf
objFile.Write "inventory_items_animations = true" & vbCrLf
objFile.Write "menu_clouds = true" & vbCrLf
objFile.Close
End If
End If

View File

@ -252,5 +252,5 @@ fi
# This mod is part of minetest_game 0.4.15!
# add_git_mod moresnow moresnow https://github.com/Sokomine/moresnow
# no longer needed since ENLIVEN main branch now uses expertmm travelnet:
# no longer needed since ENLIVEN main branch now uses poikilos travelnet:
# add_git_mod travelnet travelnet https://github.com/Sokomine/travelnet.git

View File

@ -4,8 +4,8 @@ This mod provides a transition from cme (Creatures Mob Engine) so you can use "s
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------
(no media)
(no media)

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm
-- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -4,7 +4,7 @@ This mod provides a transition from tsm_pyramids so you can use "spawners" mod i
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm
-- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm
-- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -14,7 +14,7 @@ Mod dependencies: default, slimenodes
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (GNU GPL v2.1 license)
-- Copyright 2017 poikilos (GNU GPL v2.1 license)
-- minetest.register_alias(name, convert_to)
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. "

View File

@ -1,3 +1,3 @@
1-44: CC BY-SA 3.0 (unless otherwise specified at following url) individual authors listed at http://minetest.fensta.bplaced.net/
45-49: CC0 expertmm
45-49: CC0 poikilos
50: CC BY-SA 3.0 (?) yelby2

View File

@ -4,8 +4,8 @@ This mod provides a transition from cme (Creatures Mob Engine) so you can use "s
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------
(no media)
(no media)

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm
-- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -4,4 +4,4 @@ This Minetest mod was created to repair worlds that have materials from dynamic_
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (GNU GPL v2.1 license)
-- Copyright 2017 poikilos (GNU GPL v2.1 license)
-- minetest.register_alias(name, convert_to)
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. "

View File

@ -17,8 +17,8 @@ Reedmace sometimes drops cotton seeds
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------
(no media)
(no media)

View File

@ -11,7 +11,7 @@ Craft 8 "Cotton" (farming:cotton, formerly default:string) into Cotton Seed (cot
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)

View File

@ -21,8 +21,8 @@ Mod dependencies: slimenodes, technic
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------
(no media)
(no media)

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (GNU GPL v2.1 license)
-- Copyright 2017 poikilos (GNU GPL v2.1 license)
-- minetest.register_alias(name, convert_to)
-- "This means that if the engine finds nodes with the name name in the world the node with the name convert_to is used instead. "

View File

@ -4,7 +4,7 @@ This mod provides a transition from spawners (old non-modpack version) in case o
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm
-- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -12,8 +12,8 @@ Mod dependencies: travelnet
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------
(no media)
(no media)

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm (MIT license)
-- Copyright 2017 poikilos (MIT license)
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -4,7 +4,7 @@ This mod provides a transition from tsm_pyramids so you can use "spawners" modpa
Authors of source code
----------------------
expertmm (github.com/expertmm)
poikilos (github.com/poikilos)
Authors of media (textures)
---------------------------

View File

@ -1,4 +1,4 @@
-- Copyright 2017 expertmm
-- Copyright 2017 poikilos
-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.