Compare commits

..

5 Commits

Author SHA1 Message Date
5651381316 Update Season II config 2025-08-25 17:10:02 -04:00
f662cf422d Goblins and Mesecons 2025-07-07 09:27:28 -04:00
284ee82d54 Goblins 2025-07-04 14:01:10 -04:00
174c97221d Season II Configuration (#10)
Configured initial mods and copied main task from ansible-role-eom.

Reviewed-on: #10
2025-06-28 13:58:52 +00:00
40a9399acc Transition to Season II (#8)
* Closes Gaming/ansible-role-luanti#4
* Closes Gaming/ansible-role-luanti#5

Reviewed-on: #8
2025-06-27 16:26:07 +00:00
7 changed files with 3876 additions and 22 deletions

View File

@@ -1,2 +1,3 @@
--- ---
# defaults file for ansible-role-luanti # defaults file for ansible-role-luanti
worldname: world

View File

@@ -855,7 +855,7 @@ disallow_empty_password = true
# The privileges that new users automatically get. # The privileges that new users automatically get.
# See /privs in game for a full list on your server and mod configuration. # See /privs in game for a full list on your server and mod configuration.
# type: string # type: string
default_privs = interact, shout, home default_privs = interact, shout, home, fast
# Privileges that players with basic_privs can grant # Privileges that players with basic_privs can grant
# type: string # type: string
@@ -3046,7 +3046,7 @@ enable_ipv6 = true
# This is also the minimum range in which active objects (mobs) are maintained. # This is also the minimum range in which active objects (mobs) are maintained.
# This should be configured together with active_object_send_range_blocks. # This should be configured together with active_object_send_range_blocks.
# type: int min: 1 max: 65535 # type: int min: 1 max: 65535
# active_block_range = 4 # active_block_range = 8
# From how far blocks are sent to clients, stated in mapblocks (16 nodes). # From how far blocks are sent to clients, stated in mapblocks (16 nodes).
# type: int min: 1 max: 65535 # type: int min: 1 max: 65535

View File

@@ -54,3 +54,8 @@ load_mod_display_api = true
load_mod_ontime_clocks = true load_mod_ontime_clocks = true
load_mod_steles = true load_mod_steles = true
load_mod_boards = true load_mod_boards = true
load_mod_item_physics = true
load_mod_commoditymarket_fantasy = true
load_mod_commoditymarket = true
load_mod_edit = true

3716
files/Season_II.conf Normal file

File diff suppressed because it is too large Load Diff

134
files/Season_II.mt Normal file
View File

@@ -0,0 +1,134 @@
enable_damage = true
creative_mode = false
mod_storage_backend = sqlite3
auth_backend = sqlite3
player_backend = sqlite3
backend = sqlite3
gameid = minetest_game
world_name = SeasonII
load_mod_armor_mithril = false
load_mod_armor_wood = true
load_mod_armor_gold = true
load_mod_armor_nether = false
load_mod_armor_cactus = true
load_mod_armor_admin = false
load_mod_shields = true
load_mod_3d_armor_ui = true
load_mod_3d_armor_stand = true
load_mod_3d_armor_sfinv = false
load_mod_3d_armor_ip = false
load_mod_armor_steel = true
load_mod_armor_crystal = false
load_mod_armor_bronze = true
load_mod_3d_armor = true
load_mod_armor_diamond = true
load_mod_animalia = false
load_mod_creatura = false
load_mod_farming = false
load_mod_modlib = true
load_mod_character_anim = true
load_mod_protector = true
load_mod_wieldview = true
load_mod_wielded_light = true
load_mod_stamina = true
load_mod_unified_inventory = true
load_mod_x_enchanting = true
load_mod_playereffects = true
load_mod_pep = true
load_mod_visible_sneak = true
load_mod_teleport_potion = true
load_mod_controls = true
load_mod_x_bows = true
load_mod_anvil = true
load_mod_moreblocks = true
load_mod_hangglider = true
load_mod_xcompat = true
load_mod_mailbox = true
load_mod_signs_road = true
load_mod_signs_api = true
load_mod_signs = true
load_mod_font_api = true
load_mod_font_metro = true
load_mod_display_api = true
load_mod_ontime_clocks = true
load_mod_steles = true
load_mod_boards = true
load_mod_item_physics = true
load_mod_commoditymarket_fantasy = true
load_mod_commoditymarket = true
load_mod_edit = true
load_mod_magma_conduits = true
load_mod_dynamic_liquid = false
load_mod_x_farming = true
load_mod_awards = true
load_mod_mobs = true
load_mod_goblins = true
load_mod_skinsdb = true
load_mod_oil = true
load_mod_mine_gas = true
load_mod_mapgen_helper = true
load_mod_subterrane = true
load_mod_hunter_statue = true
load_mod_df_underworld_items = true
load_mod_df_trees = true
load_mod_pit_caves = true
load_mod_df_primordial_items = true
load_mod_df_mapitems = true
load_mod_df_farming = true
load_mod_df_caverns = true
load_mod_df_achievements = true
load_mod_chasms = true
load_mod_big_webs = true
load_mod_ice_sprites = true
load_mod_bones_loot = true
load_mod_looped_node_sound = true
load_mod_df_dependencies = true
load_mod_df_ambience = true
load_mod_mesecons_torch = true
load_mod_mesecons_random = true
load_mod_mesecons_receiver = true
load_mod_mesecons_powerplant = true
load_mod_mesecons_materials = true
load_mod_mesecons_lamp = true
load_mod_mesecons_insulated = true
load_mod_mesecons_gates = true
load_mod_mesecons_fpga = true
load_mod_mesecons_detector = true
load_mod_mesecons_button = true
load_mod_mesecons_solarpanel = true
load_mod_mesecons_delayer = true
load_mod_mesecons_gamecompat = true
load_mod_mesecons_noteblock = true
load_mod_mesecons_luacontroller = true
load_mod_mesecons_wires = true
load_mod_mesecons_stickyblocks = true
load_mod_mesecons_lightstone = true
load_mod_mesecons_alias = true
load_mod_mesecons_hydroturbine = true
load_mod_mesecons_mvps = true
load_mod_mesecons_microcontroller = true
load_mod_mesecons_pressureplates = true
load_mod_mesecons_blinkyplant = true
load_mod_mesecons_switch = true
load_mod_mesecons_commandblock = true
load_mod_mesecons_movestones = true
load_mod_mesecons_walllever = true
load_mod_mesecons_extrawires = true
load_mod_mesecons_pistons = true
load_mod_mesecons = true
load_mod_luanti_modpack_upgrade = true
load_mod_death_messages = true
load_mod_player_monoids = true
load_mod_lighting_monoid = true
load_mod_climate_api = true
load_mod_moon_phases = true
load_mod_regional_weather = true
load_mod_ambience = true
load_mod_deltaglider = true

View File

@@ -1,20 +0,0 @@
---
# tasks file for luanti
- name: Deploy Luanti
kubernetes.core.helm:
name: luanti
chart_ref: oci://tccr.io/truecharts/minetest
release_namespace: luanti
create_namespace: true
values:
service:
main:
type: LoadBalancer
externalTrafficPolicy: Local
workload:
main:
podSpec:
containers:
main:
env:
CLI_ARGS: --gameid minetest_game

View File

@@ -1,2 +1,20 @@
--- ---
# tasks file for ansible-role-luanti # tasks file for ansible-role-luanti
- name: Deploy Luanti
kubernetes.core.helm:
name: luanti
chart_ref: oci://tccr.io/truecharts/minetest
release_namespace: luanti
create_namespace: true
values:
service:
main:
type: LoadBalancer
externalTrafficPolicy: Local
workload:
main:
podSpec:
containers:
main:
env:
CLI_ARGS: "--gameid minetest_game --worldname {{ worldname }}"