Skip to content

Commit

Permalink
Mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
randomei committed Jan 19, 2025
1 parent 47e00e3 commit fec0c7d
Show file tree
Hide file tree
Showing 27 changed files with 46 additions and 28 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ yl_speak_up_npc_list.data
ranks.json
yl_speak_up_player_vars.json
mod_storage.sqlite-journal
bell_positions.data
christmas_bell_positions.data
mana.mt
14 changes: 10 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
url = http://git.bananach.space/basic_trains.git
[submodule "beds"]
path = worldmods/beds
url = https://codeberg.org/randomei/beds.git
url = https://codeberg.org/tenplus1/beds.git
[submodule "bees"]
path = worldmods/bees
url = https://codeberg.org/randomei/bees.git
url = https://codeberg.org/tenplus1/bees.git
branch = main
[submodule "bell"]
path = worldmods/bell
Expand Down Expand Up @@ -159,7 +159,7 @@
url = https://github.com/minetest-mods/item_drop.git
[submodule "worldmods/leads"]
path = worldmods/leads
url = https://codeberg.org/randomei/leads.git
url = https://codeberg.org/SilverSandstone/leads.git
[submodule "worldmods/lighting_monoids"]
path = worldmods/lighting_monoids
url = https://github.com/t-affeldt/lighting_monoids.git
Expand Down Expand Up @@ -237,7 +237,7 @@
url = https://github.com/Skandarella/nativevillages.git
[submodule "worldmods/nether"]
path = worldmods/nether
url = https://github.com/randomei/nether.git
url = https://github.com/minetest-mods/nether.git
[submodule "worldmods/livingnether"]
path = worldmods/livingnether
url = https://github.com/randomei/livingnether.git
Expand Down Expand Up @@ -460,3 +460,9 @@
[submodule "worldmods/advtrains_techage"]
path = worldmods/advtrains_techage
url = https://notabug.org/advtrains/advtrains_techage.git
[submodule "worldmods/climate"]
path = worldmods/climate
url = https://github.com/t-affeldt/climate.git
[submodule "worldmods/sum_airship"]
path = worldmods/sum_airship
url = https://codeberg.org/SumianVoice/sum_airship.git
10 changes: 9 additions & 1 deletion lnd2.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server_name = Randomei's Luanti survival
server_description = Build, mine, explore, create a fabric, create a railway. Techage installed. Строй, копай, исследуй, построй фабрику и железную дорогу! Warning: alpha-test. Expect bugs. Внимание: альфа-тест, возможны баги! Режим: выживание.
#bind_address = 10.0.0.2
server_address = luanti.randomei.com
disallow_empty_password = true
name = randomei
Expand Down Expand Up @@ -78,6 +79,7 @@ mg_biome_np_heat = {
octaves = 3
offset = 60
}
mgv7_spflags = mountains,ridges,floatlands,caverns
goblins_lair_elev_max = -100
goblins_lair_elev_min = -1100
remote_port = 30000
Expand All @@ -91,7 +93,7 @@ enable_fence_tall = true
protector_recipe = false
stairs.legacy_stairs_without_recipeitem = true
enable_xdecor_mailbox = false
secure.trusted_mods = unified_inventory
secure.trusted_mods = unified_inventory,lnd_compat
mobs_animal.bee = false
enable_xdecor_workbench = false
nether_enable_portal_example_floatlands=true
Expand All @@ -103,3 +105,9 @@ techage_max_num_forceload_blocks = 25
max_forceloaded_blocks = 200
enable_rollback_recording = true
castle_masonry_obsidianbrick = true
enable_weather = false
climate_api_humidity_base = -20
regional_weather_snow_griefing = false
regional_weather_snow_layers = false
regional_weather_puddles = false
mobs_spawn_monster_protected = false
2 changes: 1 addition & 1 deletion worldmods/ambience
Submodule ambience updated from 703f6c to adecc1
2 changes: 1 addition & 1 deletion worldmods/beds
Submodule beds updated from d1e370 to 510bbd
2 changes: 1 addition & 1 deletion worldmods/bees
Submodule bees updated from 3b6559 to a029c1
2 changes: 1 addition & 1 deletion worldmods/builtin_item
Submodule builtin_item updated from 7ed2f8 to 5fc6aa
2 changes: 1 addition & 1 deletion worldmods/farming
Submodule farming updated from ae10ef to e247a3
2 changes: 1 addition & 1 deletion worldmods/ggraffiti
Submodule ggraffiti updated 1 files
+3 −0 src/items.lua
2 changes: 1 addition & 1 deletion worldmods/leads
Submodule leads updated from cba11c to 1dfe1c
2 changes: 1 addition & 1 deletion worldmods/lnd_compat
Submodule lnd_compat updated 2 files
+133 −0 init.lua
+ lua-utf8.so
2 changes: 1 addition & 1 deletion worldmods/minetest-flow
Submodule minetest-flow updated from f306f0 to adbcc4
2 changes: 1 addition & 1 deletion worldmods/minetest-subways
Submodule minetest-subways updated 1 files
+1 −0 README.md
2 changes: 1 addition & 1 deletion worldmods/minetest_tt
Submodule minetest_tt updated from e8aaa9 to baf0a5
2 changes: 1 addition & 1 deletion worldmods/mob_horse
Submodule mob_horse updated from ac8cb2 to 3deab2
2 changes: 1 addition & 1 deletion worldmods/mobs_animal
Submodule mobs_animal updated from d76893 to 810239
2 changes: 1 addition & 1 deletion worldmods/mobs_monster
Submodule mobs_monster updated from a02ca3 to edc86f
2 changes: 1 addition & 1 deletion worldmods/mobs_redo
Submodule mobs_redo updated from 57fe6c to a3ede8
2 changes: 1 addition & 1 deletion worldmods/mobs_water
Submodule mobs_water updated from 9cbb79 to 9dea9a
2 changes: 1 addition & 1 deletion worldmods/multidecor
Submodule multidecor updated 57 files
+4 −1 README.md
+60 −78 craft_ingredients/init.lua
+3 −0 craft_ingredients/locale/craft_ingredients.ru.tr
+3 −0 craft_ingredients/locale/template.txt
+1 −1 craft_ingredients/mod.conf
+ craft_ingredients/textures/multidecor_brass_sheet.png
+ craft_ingredients/textures/multidecor_silver_sheet.png
+ craft_ingredients/textures/multidecor_steel_stripe.png
+3 −5 decor_api/banister.lua
+14 −15 decor_api/bed.lua
+5 −5 decor_api/clock.lua
+6 −6 decor_api/curtains.lua
+12 −12 decor_api/door.lua
+1 −1 decor_api/hanging.lua
+10 −8 decor_api/hedge.lua
+1 −0 decor_api/init.lua
+4 −2 decor_api/lighting.lua
+1 −0 decor_api/locale/decor_api.ru.tr
+1 −0 decor_api/locale/template.txt
+1 −1 decor_api/mod.conf
+4 −3 decor_api/placement.lua
+23 −52 decor_api/register.lua
+3 −3 decor_api/seat.lua
+12 −12 decor_api/shelves.lua
+3 −3 decor_api/sitting.lua
+3 −3 decor_api/tap.lua
+75 −0 decor_api/tools_sounds.lua
+91 −64 modern/bathroom.lua
+6 −6 modern/bedroom.lua
+6 −6 modern/chairs.lua
+100 −55 modern/covering.lua
+8 −8 modern/doors.lua
+3 −3 modern/fences.lua
+57 −56 modern/kitchen.lua
+15 −15 modern/lamps.lua
+19 −20 modern/living_room.lua
+7 −6 modern/locale/modern.ru.tr
+7 −6 modern/locale/template.txt
+ modern/models/multidecor_kitchen_modern_wooden_table.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_1.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_2.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_3.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_4.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_5.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_with_cloth.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_with_cloth_1.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_with_cloth_2.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_with_cloth_3.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_with_cloth_4.b3d
+ modern/models/multidecor_kitchen_modern_wooden_table_with_cloth_5.b3d
+15 −15 modern/shelves.lua
+3 −3 modern/stairs.lua
+21 −22 modern/tables.lua
+ modern/textures/multidecor_bathroom_ceramic_darkceladon_patterned_tile.png
+ modern/textures/multidecor_bathroom_ceramic_darksea_patterned_tile.png
+ modern/textures/multidecor_bathroom_ceramic_grey_tile.png
+11 −11 modern/wardrobes.lua
2 changes: 1 addition & 1 deletion worldmods/nether
Submodule nether updated 1 files
+4 −4 nodes.lua
2 changes: 1 addition & 1 deletion worldmods/protector
Submodule protector updated from 4196fd to 943acb
1 change: 1 addition & 0 deletions worldmods/sum_airship
Submodule sum_airship added at 2a5c26
2 changes: 1 addition & 1 deletion worldmods/unifieddyes
Submodule unifieddyes updated 1 files
+1 −1 airbrush.lua
2 changes: 1 addition & 1 deletion worldmods/wine
Submodule wine updated from 919335 to 692a50
2 changes: 1 addition & 1 deletion worldmods/xdecor-libre
Submodule xdecor-libre updated from 71b1b1 to 3b4c6b

0 comments on commit fec0c7d

Please sign in to comment.