Skip to content

Commit

Permalink
Merge pull request #116 from dacmot/mods_update_with_new_script
Browse files Browse the repository at this point in the history
Mods update with new script
  • Loading branch information
dacmot authored Aug 7, 2022
2 parents 0ace101 + e1dc163 commit 74284b9
Show file tree
Hide file tree
Showing 118 changed files with 1,569 additions and 4,989 deletions.
10 changes: 5 additions & 5 deletions builder/lib-build-whynot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ function process_update_mods {
cd $subm
echo -n "Processing $subm... "

echo '' >> "$LOG"
echo `git remote -v | grep '\(fetch\)'` >> "$LOG"
git branch --format '%(HEAD) %(objectname) %(subject)' | grep '^[*]' >> "$LOG"
echo "Mod: $subm" >> "$LOG"

local branch="origin/HEAD"
if [ ${BRANCHES[$subm]+_} ]; then
branch=${BRANCHES[$subm]}
Expand Down Expand Up @@ -99,11 +104,6 @@ function process_update_mods {

fi

echo '' >> "$LOG"
echo `git remote -v | grep '\(fetch\)'` >> "$LOG"
git branch --format '%(HEAD) %(objectname) %(subject)' | grep '^[*]' >> "$LOG"
echo "Mod: $subm" >> "$LOG"

}
export -f process_update_mods

Expand Down
2 changes: 2 additions & 0 deletions builder/lib-config-whynot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
declare -Ag BRANCHES=(
[minetest_game/minetest_game]=origin/stable-5 # Stay on stable version
[flora_ores/farming]=0b06c7cd450c5ec9a76b3c22a9c57f06e4f8a7c2 # freeze due to incompatibility with milk buckets
[decor/basic_materials]=8b681d9755a16efeca8d0b9f81f5a267cf93fa44 # freeze due to usage of sound_api
[decor/homedecor_modpack]=3ba59dc2d5d14c74bc2664eebcbff764f96f6f26 # freeze due to usage of sound_api
)

#
Expand Down
2 changes: 1 addition & 1 deletion builder/mods_src/decor/basic_materials
2 changes: 1 addition & 1 deletion builder/mods_src/decor/homedecor_modpack
Submodule homedecor_modpack updated 125 files
2 changes: 1 addition & 1 deletion builder/mods_src/libs/whynot_compat/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ for _ , material in ipairs({ "Adobe", "fakegrass", "grate", "hardwood",
table.copy(nodedef.tiles),
nodedef.description.." stair",
nodedef.description.." slab",
table.copy(nodedef.sounds),
table.copy(nodedef.sounds or nodedef._sound_def),
false,
nodedef.description.." inner stair",
nodedef.description.." outer stair" )
Expand Down
2 changes: 1 addition & 1 deletion builder/mods_src/mobs_redo/mobs_monster
Submodule mobs_monster updated from ae0e50 to 1ba32b
2 changes: 1 addition & 1 deletion builder/mods_src/mobs_redo/mobs_redo
Submodule mobs_redo updated from 6f8b6f to 25ab95
2 changes: 1 addition & 1 deletion builder/mods_src/player/skinsdb
2 changes: 1 addition & 1 deletion builder/mods_src/player/wielded_light
Submodule wielded_light updated 1 files
+51 −5 init.lua
2 changes: 1 addition & 1 deletion builder/mods_src/tools/bonemeal
Submodule bonemeal updated from 4c50a0 to 1315e2
2 changes: 1 addition & 1 deletion builder/mods_src/tools/boost_cart
Submodule boost_cart updated 4 files
+3 −0 .gitignore
+18 −27 cart_entity.lua
+13 −6 functions.lua
+1 −7 init.lua
2 changes: 1 addition & 1 deletion builder/mods_src/tools/jumping
Submodule jumping updated 3 files
+0 −1 description.txt
+4 −1 init.lua
+1 −0 mod.conf
Loading

0 comments on commit 74284b9

Please sign in to comment.