Jude Melton-Houghton 67b2a03de5 Use plain tables for rules
It's probably safer. Maybe I should do it for the positions too, but
that would be more of a pain.
2021-08-09 20:54:13 -04:00
2021-07-17 11:59:34 -04:00
2021-08-09 20:54:13 -04:00
2021-07-17 22:29:20 -04:00
2021-07-17 22:29:20 -04:00
2021-07-28 10:18:43 -04:00
2021-07-26 16:50:04 -04:00
2021-07-27 13:12:50 -04:00
2021-08-09 07:53:46 -04:00
2021-08-09 14:52:19 -04:00
2021-07-28 09:41:20 -04:00
2021-07-18 09:59:30 -04:00
2021-07-26 16:50:04 -04:00

area_containers

The outside and inside of an area container

ContentDB

This is a mod for Minetest. It implements an "area container," that is, a node that holds an area in which you can walk around and build stuff. The structures in the container can communicate with the outside using Mesecons and/or Digilines. Items can pass in and out through tubes from the Pipeworks mod.

Caveats

  • While a container is not diggable until you empty it of nodes and objects, other mods may let you pick it up in order to move it. Doing so will probably lead to loss of the contents. (But you can push containers with pistons.)
  • You cannot yet pass a mesecons signal from one port to another with no delay inbetween due to this bug in Mesecons. Other related issues may exist.
  • Only up to 65535 containers may exist at any one time.

Licenses

Source code

The source code of this project is licensed under the LGPL v3 (or later,) as stated in the source code files themselves.

Images and other files not otherwise licensed

These files are licensed under a CC BY-SA 3.0 license.

They are also under the same copyright as the source files:

Copyright © 2021  Jude Melton-Houghton
Description
No description provided
Readme 1.3 MiB
Languages
Lua 100%