Skip to content

Commit

Permalink
Add example of digiline chest output
Browse files Browse the repository at this point in the history
  • Loading branch information
Athozus committed Jul 26, 2023
1 parent de3e6b9 commit fd6a72b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions technic/doc/chests.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,26 @@ Only mithril chests can send digilines logs. They can send messages of following
* Player/pipeworks item taking
* Player/pipeworks item putting
* Pipeworks overflow (chest is full)

Example of digiline message :
```lua
{
player = "singleplayer",
items = {
{
meta = {
},
metadata = "",
count = 99,
name = "technic:quarry",
wear = 0
}
},
pos = {
y = 19,
x = 67,
z = 57
},
event = "put"
}
```

0 comments on commit fd6a72b

Please sign in to comment.