⚡Tips for fastest usage

It takes too much time to edit the pack and upload it online!

Yes if you do that the wrong way. Read this:

It's a good practice to create a test server on your PC with:

ItemsAdder with this resourcepack config:

resource-pack:
  hosting:
    no-host:
      enabled: false
    auto-external-host:
      enabled: false
    self-host:
      enabled: true # <----- HERE, set true
      server-ip: '127.0.0.1'
      pack-port: 8163
    external-host:
      enabled: false
      url: ''

Doing this you'll have a fast and easy to use configuration environment. You can add items and edit the pack on the fly.

When you edit an item texture/model and you edit its configuration you will use command /iazip . By doing this you'll see changes applied at real-time.

So after you finished adding items and configuring them you'll be able to upload everything on your online server to mirror the changes.

Last updated

Was this helpful?