Skip to content

Commit d21fb5f

Browse files
committed
updated readme
1 parent ba33455 commit d21fb5f

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ In order to utilize packer you will need at least one extra port in order to acc
2222
server-address=YOUR_IP
2323
# Your open port!
2424
port=YOUR_OPEN_PORT
25+
# The maximum upload size of files in bytes
26+
max_upload_bytes=15000000
2527
```
2628

2729
### Accessing your web portal
@@ -30,4 +32,13 @@ You can accessing your web portal in any web browser using your servers public i
3032

3133
### Uploading your first model
3234

33-
TODO (pending improvements/changes)
35+
To upload a model in packer you need 3 things.
36+
1. The item model definition
37+
2. The item model
38+
3. The texture(s)
39+
40+
*you may reuse these resourcess between assets as normal for resource packs*
41+
42+
You may author these assets as you would for any other resource pack. Packer will place all assets you upload in a folder under YOUR UUID. As a shorthand for working with files locally you can use ```packer_id``` inside any json file. This will be replaced with your UUID upon uploading.
43+
44+
More info can be found on the (wip) Wiki.

0 commit comments

Comments
 (0)