You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.2 KiB
71 lines
1.2 KiB
{
|
|
"stagingbelt": [{
|
|
"type": "item:simple",
|
|
"entries": [{
|
|
"id": "belt",
|
|
"model": "zcm_comalterlite:belt",
|
|
"information": [
|
|
"Low tier basic belt that lets you carry ",
|
|
"up to an additional 2 rows of items!"
|
|
],
|
|
"creativeTab": "zcm_comalterlite",
|
|
"gui": "zcm_comalterlite:belt",
|
|
"modules": [{
|
|
"type": "inventory",
|
|
"name": "belt",
|
|
"size": 18
|
|
}]
|
|
}]
|
|
},
|
|
{
|
|
"type": "gui:container",
|
|
"entries": [{
|
|
"id": "belt",
|
|
"bg": "zcm_comalterlite:textures/gui/container/beltbag.png",
|
|
"slots": [{
|
|
"name": "belt",
|
|
"rows": 2,
|
|
"columns": 9,
|
|
"x": 8,
|
|
"y": 34
|
|
},
|
|
{
|
|
"name": "player",
|
|
"firstSlot": 9,
|
|
"rows": 3,
|
|
"columns": 9,
|
|
"x": 8,
|
|
"y": 84
|
|
},
|
|
{
|
|
"name": "player",
|
|
"rows": 1,
|
|
"columns": 9,
|
|
"x": 8,
|
|
"y": 142
|
|
}
|
|
],
|
|
"shiftClickRules": [{
|
|
"from": [0, 17],
|
|
"to": [44, 18]
|
|
},
|
|
{
|
|
"from": [18, 44],
|
|
"to": [0, 17]
|
|
}
|
|
],
|
|
"labels": [{
|
|
"text": "zcm_comalterlite.container.stagingbelt",
|
|
"x": 8,
|
|
"y": 24
|
|
},
|
|
{
|
|
"text": "container.inventory",
|
|
"x": 8,
|
|
"y": 73
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|
|
} |