1.1.127 #7004

Open
opened 2024-06-27 09:41:47 +02:00 by AliasAlreadyTaken · 8 comments

This is (hopefully) the last milestone before the cities update

This is (hopefully) the last milestone before the cities update * [ ] Address licensing issues jonez, petz * [ ] yl_chat overhaul #1900 and #554 and your-land/reports#365 and #5323 and #946 * [ ] bailiff and staff moderation commands #3323 and #5255 and #5513 and #4087 * [x] PR to and then switch back to upstream: pvpplus: #973 * [ ] Switch back to upstream: anvil * [ ] Most likely more mods go ballistics?
AliasAlreadyTaken pinned this 2024-07-02 13:55:30 +02:00
AliasAlreadyTaken added the
1. kind/other
label 2024-07-02 13:57:56 +02:00
AliasAlreadyTaken added this to the 1.1.126 milestone 2024-07-02 13:57:59 +02:00
AliasAlreadyTaken changed title from 1.1.127 to 1.1.126 2024-10-31 11:03:59 +01:00
AliasAlreadyTaken changed title from 1.1.126 to 1.1.127 2024-10-31 11:04:11 +01:00
AliasAlreadyTaken modified the milestone from 1.1.126 to 1.1.127 2024-10-31 11:07:07 +01:00
Author
Owner

minetest.conf:

moremesecons_adjustable_player_detector.max_radius = 8
mobs_animal.eat_grass_block =  true/false <- requires decision
enable_vertical_digilines_connectivity = true/false <- requires decision
airutils_debug_log = true
mobs_balrog.settings.spawn_in_nether = false
bulletin_boards.adminpriv = bb_mod

If we do mobs_animal.eat_grass_block, then we need to add regrow to grass and animal needs to eat normal grass down to stage 1

Deathwing knows more about enable_vertical_digilines_connectivity setting

world.mt:

load_mod_cmd_eval = true
load_mod_cloud_control = true
load_mod_compass_rose_node = true
load_mod_headanim = true
load_mod_playeranim = false
  • mobs_monster brings new lavaflan/obsidian flan model. Check Miocene
  • New block mobs:mob_repellentdecide availability
  • test spears master branch
  • remove playeranim, add headanim, test 5.0.0
  • ethereal is frozen
  • check water_life, snake poison, is spawn disabled and static save
  • Test if setting water_life_immuneToSnakes disables snake poison
minetest.conf: ``` moremesecons_adjustable_player_detector.max_radius = 8 mobs_animal.eat_grass_block = true/false <- requires decision enable_vertical_digilines_connectivity = true/false <- requires decision airutils_debug_log = true mobs_balrog.settings.spawn_in_nether = false bulletin_boards.adminpriv = bb_mod ``` If we do mobs_animal.eat_grass_block, then we need to add regrow to grass and animal needs to eat normal grass down to stage 1 Deathwing knows more about enable_vertical_digilines_connectivity setting world.mt: ``` load_mod_cmd_eval = true load_mod_cloud_control = true load_mod_compass_rose_node = true load_mod_headanim = true load_mod_playeranim = false ``` * mobs_monster brings new lavaflan/obsidian flan model. Check Miocene * New block `mobs:mob_repellent`decide availability * test spears master branch * remove playeranim, add headanim, test 5.0.0 * ethereal is frozen * check water_life, snake poison, is spawn disabled and static save * Test if setting `water_life_immuneToSnakes` disables snake poison
Member
- [x] update mtg (#7880)
Author
Owner

On the testserver there is now headanim instead of playeranim and MTG is on the latest version

On the testserver there is now headanim instead of playeranim and MTG is on the latest version
Author
Owner

For the update, ALL npc JSON files need to be migrated. They all need a "created_at" key on top level, the value is a number.

#!/bin/bash

for file in *.json; do
    jq '. += {"created_at": 1}' "$file" > "${file}.tmp" && mv "${file}.tmp" "$file"
done
For the update, ALL npc JSON files need to be migrated. They all need a "created_at" key on top level, the value is a number. ```bash #!/bin/bash for file in *.json; do jq '. += {"created_at": 1}' "$file" > "${file}.tmp" && mv "${file}.tmp" "$file" done ```
Author
Owner
Upstream issues towards water_life: https://github.com/berengma/water_life/issues/102 and https://github.com/berengma/water_life/issues/103
Author
Owner
Now there's a group of things we're waiting on: https://github.com/berengma/water_life/issues https://github.com/minetest-mods/bulletin_boards/pull/5 https://github.com/Krunegan/confetti/issues
Author
Owner

Performance setting changes:

max_simultaneous_block_sends_per_client = 40
max_packets_per_iteration = 1024
server_unload_unused_data_timeout = 900
active_object_send_range_blocks = 3

to

max_simultaneous_block_sends_per_client = 20
max_packets_per_iteration = 2048
server_unload_unused_data_timeout = 600
active_object_send_range_blocks = 4

Performance setting changes: ``` max_simultaneous_block_sends_per_client = 40 max_packets_per_iteration = 1024 server_unload_unused_data_timeout = 900 active_object_send_range_blocks = 3 ``` to ``` max_simultaneous_block_sends_per_client = 20 max_packets_per_iteration = 2048 server_unload_unused_data_timeout = 600 active_object_send_range_blocks = 4 ```
Author
Owner

First problem:

Compass rose didn't make it in because I mixed up the rename. Next restart will have it.

First problem: Compass rose didn't make it in because I mixed up the rename. Next restart will have it.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#7004
No description provided.