mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-26 21:50:23 +02:00
This removes workarounds related to inv callbacks which were later fixed by the engine. In addition, pipeworks does (for years) provide the item index, thus such workarounds were removed too and replaced by using the arguments provided. Fixes an item duplication when using a pipeworks injector to pull from a digiline chest.
11 lines
390 B
Plaintext
11 lines
390 B
Plaintext
name = digilines
|
|
depends =
|
|
optional_depends = mcl_core, mcl_sounds, default, tubelib, tubelib2
|
|
description = """
|
|
This mod adds digiline wires, an RTC (Real Time Clock), a light sensor as well as an LCD Screen.
|
|
Can be used together with the luacontroller from mesecons.
|
|
"""
|
|
|
|
# Required due to https://github.com/luanti-org/luanti/issues/6534 (inventory callbacks)
|
|
min_minetest_version = 5.4
|