mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
fixes
This commit is contained in:
parent
28b345ab78
commit
d5ad79720c
2 changed files with 6 additions and 10 deletions
|
@ -23,20 +23,16 @@
|
|||
# Install mods
|
||||
- include_tasks: minetest_install_mods.yml
|
||||
with_items:
|
||||
- name: moreblocks
|
||||
url: https://github.com/minetest-mods/moreblocks/archive/master.zip
|
||||
- name: moreores
|
||||
url: https://github.com/Calinou/moreores/archive/master.zip
|
||||
- name: basic_materials
|
||||
url: https://gitlab.com/VanessaE/basic_materials/-/archive/master/basic_materials-master.zip
|
||||
url: https://content.minetest.net/packages/VanessaE/basic_materials/releases/14936/download/
|
||||
- name: mesecons
|
||||
url: https://github.com/minetest-mods/mesecons/archive/master.zip
|
||||
url: https://content.minetest.net/packages/Jeija/mesecons/releases/14247/download/
|
||||
- name: digilines
|
||||
url: https://github.com/minetest-mods/digilines/archive/master.zip
|
||||
url: https://content.minetest.net/packages/Jeija/digilines/releases/13248/download/
|
||||
- name: pipeworks
|
||||
url: https://github.com/minetest-mods/pipeworks/archive/master.zip
|
||||
url: https://content.minetest.net/packages/VanessaE/pipeworks/releases/7488/download/
|
||||
- name: Minetest-WorldEdit
|
||||
url: https://github.com/Uberi/Minetest-WorldEdit/archive/master.zip
|
||||
url: https://content.minetest.net/packages/sfan5/worldedit/releases/13367/download/
|
||||
when: minetest_default_game == "minetest"
|
||||
|
||||
# RECORD Minetest AS INSTALLED
|
||||
|
|
|
@ -637,7 +637,7 @@ minetest_server_admin: Admin
|
|||
# minetest_default_game: carbone-ng # carbone-ng is not longer compatible so not supported
|
||||
minetest_default_game: minetest
|
||||
# minetest_default_game: dreambuilder - after 5.6
|
||||
minetest_game_dir: "{{ minetest_working_dir }}/games/{{ minetest_default_game }}"
|
||||
minetest_game_dir: "{{ minetest_working_dir }}/games/{{ minetest_default_game }}_game"
|
||||
minetest_flat_world: False
|
||||
|
||||
# Calibre-Web E-Book Library -- Alternative to Calibre, offers a clean/modern UX
|
||||
|
|
Loading…
Reference in a new issue