Go to file
dependabot[bot] 84af6943f5 Bump mods/i3 from `1560d59` to `734b09b`
Bumps [mods/i3](https://github.com/minetest-mods/i3) from `1560d59` to `734b09b`.
- [Release notes](https://github.com/minetest-mods/i3/releases)
- [Commits](1560d59d4a...734b09b69f)

---
updated-dependencies:
- dependency-name: mods/i3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30 07:33:37 +00:00
.github update badges 2022-06-10 15:32:43 +02:00
menu add new background 2020-11-10 09:21:53 +01:00
mods Bump mods/i3 from `1560d59` to `734b09b` 2022-08-30 07:33:37 +00:00
schems initial commit 2020-11-03 16:40:57 +01:00
test Bump minetest/minetest/server from 5.5.0 to 5.5.1 in /test 2022-06-10 15:31:25 +02:00
textures add custom crosshair 2021-06-30 17:41:31 +02:00
.gitmodules switch to mt-mods mesecons 2022-01-10 13:55:04 +01:00
.luacheckrc check nodenames in integration-test 2022-01-05 09:30:36 +01:00
docker-compose.test.yml check nodenames in integration-test 2022-01-05 09:30:36 +01:00
game.conf add 5.4 as min-version 2021-07-14 17:47:29 +02:00
minetest.conf convert names to "mesecons lab" 2020-11-06 10:34:50 +01:00
readme.md update badges 2022-06-10 15:32:43 +02:00

readme.md

GitHub repo size Modgen size Modgen chunks Modgen nodecount License Download

Mesecons lab

Mesecons laboratory and tutorials

This game provides a world with prebuilt circuits and demos around the mesecons mod.

It can be used as an educational tool in singleplayer or multiplayer.

Current state

There are various builds provided by So.Po.Coder and some basic excercises to complete.

The game isn't yet finished but playable in the current state, contributions are always welcome.

Screenshot

Development

Mod development

Modding on the Lua-Front:

# initialize and checkout the submodules
git submodule init
git submodule update

World development

Building and changing the ingame world

Changes are writtenback with the help of the modgen mod: https://github.com/BuckarooBanzay/modgen

  • Change/Improve things
  • Select the opposite corners of the changed area with /pos1 and /pos2 (alternatively: use Worldedit markers)
  • Export it back with /export or /export fast if you are in a hurry
  • Add and commit the changes in git

Licenses

Unless otherwise stated:

  • Code: MIT
  • Media: CC BY-SA 3.0

Buildings / Schematics

CC BY-SA 4.0 So.Po.Coder:

Mods