drucker und fixes

This commit is contained in:
Nordi98 2025-06-25 18:03:44 +02:00
parent 5e9804135d
commit bebc98abca
29 changed files with 673 additions and 7 deletions

View file

@ -0,0 +1,6 @@
CREATE TABLE printer (
id INT AUTO_INCREMENT PRIMARY KEY,
image_name VARCHAR(255) NOT NULL,
image_link VARCHAR(255) NOT NULL
);

View file

@ -0,0 +1,12 @@
["paper"] = {
label = "Paper",
weight = 1,
stack = false,
close = true,
consume = 0,
server = {
export = 'pl_printer.paper'
}
},

View file

@ -0,0 +1 @@
['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.

After

Width:  |  Height:  |  Size: 5 KiB