Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TsarHydrantine

Members
  • Joined

  • Last visited

  1. Im attempting to have 2 shields rotate around a custom armor model around the chest of the player, unfortunately I cannot seem to figure out a way to get setRotationAngles to do anything. Here is my code for my model. https://pastebin.com/YNbLM8x6
  2. I am adding a glaive weapon which uses a 32x32 texture, which I found doesn't match the look of the other items in th e inventory so I designed a secondary 16x16 texture to be used in the invent ory, dropped, and item frame states. Although after looking into the control given to the modeller in the json format I've found no ability to change the texture in these other states. Is this possible using JSON? or is there any other methods of rendering the model differently in the hand/item states? Scaled up textures and JSON: large_handheld.json { "parent": "item/generated", "display": { "thirdperson_righthand": { "rotation": [ -5, 90, 55 ], "translation": [ 0, 5.0, 3.14], "scale": [ 1.7, 1.7, 0.85 ] }, "thirdperson_lefthand": { "rotation": [ 5, -90, -55 ], "translation": [ 0, 5.0, 3.14], "scale": [ 1.7, 1.7, 0.85 ] }, "firstperson_righthand": { "rotation": [ -5, 90, 25 ], "translation": [ 1.13, 3.5, 1.13 ], "scale": [ 1.36, 1.36, 0.68 ] }, "firstperson_lefthand": { "rotation": [ 5, -90, -25 ], "translation": [ 1.13, 3.5, 1.13 ], "scale": [ 1.36, 1.36, 0.68 ] } } } iron_glaive.json { "parent": "tsbase:item/large_handheld", "textures": { "layer0": "tsbase:items/iron_glaive" } }

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.