neuer printer
This commit is contained in:
parent
a1e9027648
commit
c917371845
33 changed files with 476 additions and 665 deletions
|
@ -1,6 +0,0 @@
|
|||
CREATE TABLE printer (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
image_name VARCHAR(255) NOT NULL,
|
||||
image_link VARCHAR(255) NOT NULL
|
||||
);
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
|
||||
|
||||
["paper"] = {
|
||||
label = "Paper",
|
||||
weight = 1,
|
||||
stack = false,
|
||||
close = true,
|
||||
consume = 0,
|
||||
server = {
|
||||
export = 'pl_printer.paper'
|
||||
}
|
||||
},
|
|
@ -1 +0,0 @@
|
|||
['paper'] = {['name'] = 'paper', ['label'] = 'Paper', ['weight'] = 10, ['type'] = 'item', ['image'] = 'paper.png', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Photo Copy Print'},
|
Binary file not shown.
Before Width: | Height: | Size: 5 KiB |
Loading…
Add table
Add a link
Reference in a new issue