~jadedctrl/gem-xwx-moe
Showing details for patch 1cd621c4142fc597f9219b54c610da0de63b091c.
diff -rN -u old-gem-xwx-moe/gemujo_ludo/mods/armiloj/modpack.conf new-gem-xwx-moe/gemujo_ludo/mods/armiloj/modpack.conf --- old-gem-xwx-moe/gemujo_ludo/mods/armiloj/modpack.conf 1970-01-01 00:00:00.000000000 +0000 +++ new-gem-xwx-moe/gemujo_ludo/mods/armiloj/modpack.conf 2024-11-21 22:17:03.279780276 +0000 @@ -0,0 +1,2 @@ +name = armiloj +description = Provizas armaĵrilatajn modifaĵojn por Gemujo. \ No newline at end of file diff -rN -u old-gem-xwx-moe/gemujo_ludo/mods/servilo/modpack.conf new-gem-xwx-moe/gemujo_ludo/mods/servilo/modpack.conf --- old-gem-xwx-moe/gemujo_ludo/mods/servilo/modpack.conf 1970-01-01 00:00:00.000000000 +0000 +++ new-gem-xwx-moe/gemujo_ludo/mods/servilo/modpack.conf 2024-11-21 22:17:03.279780276 +0000 @@ -0,0 +1,2 @@ +name = servilo +description = Provizas servilrilatajn modifaĵojn por Gemujo. diff -rN -u old-gem-xwx-moe/gemujo_ludo/pretigi.sh new-gem-xwx-moe/gemujo_ludo/pretigi.sh --- old-gem-xwx-moe/gemujo_ludo/pretigi.sh 2024-11-21 22:17:03.275780267 +0000 +++ new-gem-xwx-moe/gemujo_ludo/pretigi.sh 2024-11-21 22:17:03.279780276 +0000 @@ -27,6 +27,7 @@ mods.retaj/armiloj mods.retaj/bazaj mods.retaj/bestoj \ mods.retaj/fasado mods.retaj/ıloj mods.retaj/ludanto \ mods.retaj/medio mods.retaj/mondo mods.retaj/ornamoj \ + mods.retaj/servilo \ 2> /dev/null # Elŝutas minetest_game, elprenante la plejparton de ĝi al mods.retaj/bazaj˙ @@ -99,6 +100,10 @@ https://hak.xwx.moe/jadedctrl/minetest-kotatsu \ https://github.com/minetest-mods/carpets \ https://github.com/HybridDog/connected_chests + + git_elshuti_al \ + "mods.retaj/servilo" \ + https://github.com/minetest-mods/irc } @@ -146,6 +151,11 @@ ligi_subdosierojn_al "mods.retaj/mondo" "mods/mondo" ligi_subdosierojn_al "mods.retaj/ornamoj" "mods/ornamoj" + if test -n "$SERVILE"; then + ligi_subdosierojn_al "mods.niaj/servilo" "mods/servilo" + ligi_subdosierojn_al "mods.retaj/servilo" "mods/servilo" + fi + # Renomi elstaretajn modifaĵojn. mv mods/ornamoj/kotatsu mods/ornamoj/kotatsu_table } @@ -163,9 +173,11 @@ } -if test "$1" = "-h" -o "$1" = "--help" -o "$1" = "--helpo"; then +if test "$1" = '-h' -o "$1" = '--help' -o "$1" = '--helpo'; then uzado exit 0 +elif test "$1" = '--servile' -o "$1" = '-s'; then + SERVILE="jes" fi if test ! -d mods.niaj/; then 1>&2 uzado