💡Installation
Installation guide of Custom Frame
Step 1: Move resource
Step 2: Add Items
INSERT INTO items (name, label)
VALUES
('frame', 'Frame');frame = { name = 'frame', label = 'Frame', weight = 0, type = 'item', image = 'frame.png', unique = false, useable = true, shouldClose = true, description = 'Custom Frame' },["frame"] = {
label = "Frame",
weight = 0,
stack = false,
close = true,
},Step 3: Install SQL
Step 4: Install stg_lib
Step 5: Start Script
Last updated