mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Upgrade to work with minetest 0.4.17
- 3d_armor upgrade - playeranim reconfiguration - farming_redo upgrade - Add hazmat_suit mod - Fix double_chests issue - Upgrade maidroid - tweek maidroid_core_morefarming (work with last crops of farming_redo, robot jumping removed) - various mod upgrades
This commit is contained in:
42
.gitmodules
vendored
42
.gitmodules
vendored
@ -55,9 +55,6 @@
|
|||||||
[submodule "mods/morefarming"]
|
[submodule "mods/morefarming"]
|
||||||
path = mods/morefarming
|
path = mods/morefarming
|
||||||
url = https://github.com/sys4-fr/morefarming.git
|
url = https://github.com/sys4-fr/morefarming.git
|
||||||
[submodule "mods/bakedclay"]
|
|
||||||
path = mods/bakedclay
|
|
||||||
url = https://github.com/tenplus1/bakedclay.git
|
|
||||||
[submodule "mods/lightning"]
|
[submodule "mods/lightning"]
|
||||||
path = mods/lightning
|
path = mods/lightning
|
||||||
url = https://github.com/minetest-mods/lightning.git
|
url = https://github.com/minetest-mods/lightning.git
|
||||||
@ -126,9 +123,6 @@
|
|||||||
[submodule "mods/darkage"]
|
[submodule "mods/darkage"]
|
||||||
path = mods/darkage
|
path = mods/darkage
|
||||||
url = https://github.com/adrido/darkage.git
|
url = https://github.com/adrido/darkage.git
|
||||||
[submodule "mods/bonemeal"]
|
|
||||||
path = mods/bonemeal
|
|
||||||
url = https://github.com/tenplus1/bonemeal.git
|
|
||||||
[submodule "mods/mob_horse"]
|
[submodule "mods/mob_horse"]
|
||||||
path = mods/mob_horse
|
path = mods/mob_horse
|
||||||
url = https://github.com/sys4-fr/mob_horse.git
|
url = https://github.com/sys4-fr/mob_horse.git
|
||||||
@ -139,10 +133,6 @@
|
|||||||
[submodule "mods/item_drop"]
|
[submodule "mods/item_drop"]
|
||||||
path = mods/item_drop
|
path = mods/item_drop
|
||||||
url = https://github.com/tacotexmex/item_drop.git
|
url = https://github.com/tacotexmex/item_drop.git
|
||||||
[submodule "minetest_game"]
|
|
||||||
path = minetest_game
|
|
||||||
url = https://github.com/minetest/minetest_game.git
|
|
||||||
branch = backport-0.4
|
|
||||||
[submodule "mods/unifieddyes"]
|
[submodule "mods/unifieddyes"]
|
||||||
path = mods/unifieddyes
|
path = mods/unifieddyes
|
||||||
url = https://github.com/minetest-mods/unifieddyes.git
|
url = https://github.com/minetest-mods/unifieddyes.git
|
||||||
@ -155,25 +145,15 @@
|
|||||||
[submodule "mods/homedecor_modpack"]
|
[submodule "mods/homedecor_modpack"]
|
||||||
path = mods/homedecor_modpack
|
path = mods/homedecor_modpack
|
||||||
url = https://github.com/minetest-mods/homedecor_modpack.git
|
url = https://github.com/minetest-mods/homedecor_modpack.git
|
||||||
[submodule "mods/stained_glass"]
|
|
||||||
path = mods/stained_glass
|
|
||||||
url = https://github.com/VanessaE/stained_glass.git
|
|
||||||
[submodule "mods/unifiedwool"]
|
[submodule "mods/unifiedwool"]
|
||||||
path = mods/unifiedwool
|
path = mods/unifiedwool
|
||||||
url = https://github.com/MT-Modder/unifiedwool.git
|
url = https://github.com/MT-Modder/unifiedwool.git
|
||||||
[submodule "mods/sea"]
|
|
||||||
path = mods/sea
|
|
||||||
url = https://github.com/H4mlet/sea.git
|
|
||||||
[submodule "mods/biome_lib"]
|
[submodule "mods/biome_lib"]
|
||||||
path = mods/biome_lib
|
path = mods/biome_lib
|
||||||
url = https://github.com/minetest-mods/biome_lib.git
|
url = https://github.com/minetest-mods/biome_lib.git
|
||||||
[submodule "mods/moretrees"]
|
[submodule "mods/moretrees"]
|
||||||
path = mods/moretrees
|
path = mods/moretrees
|
||||||
url = https://github.com/minetest-mods/moretrees.git
|
url = https://github.com/minetest-mods/moretrees.git
|
||||||
[submodule "mods/farming"]
|
|
||||||
path = mods/farming
|
|
||||||
url = https://github.com/sys4-fr/farming.git
|
|
||||||
branch = nalc
|
|
||||||
[submodule "mods/coloredwood"]
|
[submodule "mods/coloredwood"]
|
||||||
path = mods/coloredwood
|
path = mods/coloredwood
|
||||||
url = https://github.com/sys4-fr/coloredwood.git
|
url = https://github.com/sys4-fr/coloredwood.git
|
||||||
@ -207,3 +187,25 @@
|
|||||||
[submodule "mods/connected_chests"]
|
[submodule "mods/connected_chests"]
|
||||||
path = mods/connected_chests
|
path = mods/connected_chests
|
||||||
url = https://github.com/HybridDog/connected_chests.git
|
url = https://github.com/HybridDog/connected_chests.git
|
||||||
|
[submodule "minetest_game"]
|
||||||
|
path = minetest_game
|
||||||
|
url = https://github.com/minetest/minetest_game
|
||||||
|
branch = stable-0.4
|
||||||
|
[submodule "mods/bakedclay"]
|
||||||
|
path = mods/bakedclay
|
||||||
|
url = https://notabug.org/TenPlus1/bakedclay.git
|
||||||
|
[submodule "mods/bonemeal"]
|
||||||
|
path = mods/bonemeal
|
||||||
|
url = https://notabug.org/TenPlus1/bonemeal.git
|
||||||
|
[submodule "mods/sea"]
|
||||||
|
path = mods/sea
|
||||||
|
url = https://sys4.fr/gogs/NotreAmiLeCube/sea.git
|
||||||
|
[submodule "mods/stained_glass"]
|
||||||
|
path = mods/stained_glass
|
||||||
|
url = https://gitlab.com/VanessaE/stained_glass.git
|
||||||
|
[submodule "mods/farming"]
|
||||||
|
path = mods/farming
|
||||||
|
url = https://notabug.org/TenPlus1/Farming.git
|
||||||
|
[submodule "mods/hazmat_suit"]
|
||||||
|
path = mods/hazmat_suit
|
||||||
|
url = https://github.com/stujones11/hazmat_suit.git
|
||||||
|
@ -14,7 +14,7 @@ enable_damage = true
|
|||||||
disallow_empty_password = true
|
disallow_empty_password = true
|
||||||
server_dedicated = true
|
server_dedicated = true
|
||||||
# 1 day-night cycle lasts 24 minutes instead of 20.
|
# 1 day-night cycle lasts 24 minutes instead of 20.
|
||||||
time_speed = 60
|
time_speed = 36
|
||||||
# Slightly higher player limit by default.
|
# Slightly higher player limit by default.
|
||||||
max_users = 10
|
max_users = 10
|
||||||
# Give basics privileges to new players.
|
# Give basics privileges to new players.
|
||||||
@ -198,7 +198,7 @@ armor_heal_multiplier = 1
|
|||||||
armor_water_protect = true
|
armor_water_protect = true
|
||||||
|
|
||||||
# Enable fire protection (defaults true if using ethereal mod)
|
# Enable fire protection (defaults true if using ethereal mod)
|
||||||
armor_fire_protect = false
|
armor_fire_protect = true
|
||||||
|
|
||||||
# Enable punch damage effects.
|
# Enable punch damage effects.
|
||||||
armor_punch_damage = true
|
armor_punch_damage = true
|
||||||
@ -256,7 +256,7 @@ player_model_version = default_character_v2
|
|||||||
# item_drop
|
# item_drop
|
||||||
enable_item_drop = false
|
enable_item_drop = false
|
||||||
enable_item_pickup_key = false
|
enable_item_pickup_key = false
|
||||||
#enable_item_pickup = true
|
enable_item_pickup = true
|
||||||
item_pickup_radius = 0.75
|
item_pickup_radius = 0.75
|
||||||
#item_pickup_keytype = Sneak
|
#item_pickup_keytype = Sneak
|
||||||
|
|
||||||
|
Submodule minetest_game updated: 7a4b1e0ce1...d6a66860af
Submodule mods/3d_armor updated: 579d245a00...838867a6bc
Submodule mods/bakedclay updated: 268946971a...67d0f2a8d6
Submodule mods/bonemeal updated: a3cf3fd555...a0cb8657df
Submodule mods/darkage updated: 686d5316af...19f2fa7435
Submodule mods/farming updated: c18c184b86...8606b41c95
1
mods/hazmat_suit
Submodule
1
mods/hazmat_suit
Submodule
Submodule mods/hazmat_suit added at 977c734073
Submodule mods/homedecor_modpack updated: bfda7c49fd...9e69a6db73
Submodule mods/maidroid updated: d2899c8672...3b414ef40a
Submodule mods/mesecons updated: f70a308bb0...a234006592
Submodule mods/moreblocks updated: 8ff1cb598f...846214993f
Submodule mods/morefarming updated: e50862606e...1eac844554
Submodule mods/moreores updated: 238e92a6bf...2316595ab9
Submodule mods/moretrees updated: 324155f805...61d1c54faf
Submodule mods/pipeworks updated: cb5530c6c8...8186f003be
Submodule mods/playeranim updated: 0cccb537a2...560af7eae5
2
mods/sea
2
mods/sea
Submodule mods/sea updated: 58e245a94f...c912cf078b
Submodule mods/technic updated: 689766f15a...d1b54a573c
Submodule mods/toolranks updated: 84467b0f74...d1be7c1e94
Submodule mods/unifiedbricks updated: d77d445edf...49ded63965
Submodule mods/unifieddyes updated: 0d654eafec...cd130cf8de
Reference in New Issue
Block a user