Commit Graph

9 Commits

Author SHA1 Message Date
Zemtzov7 ad63d3d691
Refuse take/put in wifi chest if there is no more_chest:wifi node near (#30)
Exception: creative players
2023-10-11 20:03:15 +02:00
Luke aka SwissalpS 6be81453ca
Dropbox: check for owner on item take (#29) 2021-04-05 19:03:12 +02:00
Louis 61db871d3f Insertion with vacuum pipes
Insertion is now done into the wifi-chest of the player who placed the
wifi chest when the item to be inserted has no owner yet (otherwise, it
is inserted into the wifi-chest of the player who own the item).
2021-03-06 17:58:27 +01:00
Louis 109e6b1fdc Right inventory for wifi chests
Fix #23
2021-02-25 18:19:05 +01:00
Louis 9526aec1cd Recipes not part of def
Fixes #22
2021-02-25 18:19:05 +01:00
Louis f3c799b9b3 Fix wifi chest front texture 2021-02-25 18:19:05 +01:00
nxet 886108a1af Mod rewrite and new models (#21)
* Aliases moved to utils folder

* Method to generate two different formspec layouts, big and small

* Log Actions moved to separate module

* Added method to generate a chest definition

* Rewritten models

* Add Fridge model

* Add Toolbox models

* "Mod loaded" message; Updated localization template

* Add Italian localization

* Fridge now has both normal and big (2 blocks) models

* Fixed mixed indentation

* Rewritten README; improved IT and FR (thanks to @louisroyer) localizations.
2021-02-25 18:19:05 +01:00
Megaf 058b3a0d4b Revert "Mod rewrite and new models (#21)"
This reverts commit 74b3c5a25d.
2020-10-22 21:47:59 +01:00
nxet 74b3c5a25d
Mod rewrite and new models (#21)
* Aliases moved to utils folder

* Method to generate two different formspec layouts, big and small

* Log Actions moved to separate module

* Added method to generate a chest definition

* Rewritten models

* Add Fridge model

* Add Toolbox models

* "Mod loaded" message; Updated localization template

* Add Italian localization

* Fridge now has both normal and big (2 blocks) models

* Fixed mixed indentation

* Rewritten README; improved IT and FR (thanks to @louisroyer) localizations.
2020-10-08 10:17:51 +01:00