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.

peter1745

Members
  • Joined

  • Last visited

Everything posted by peter1745

  1. Thank you so much! It totaly worked!
  2. No I didn't override the isOpaqueCube method, but I did override the isFullCube, thank you!
  3. Hello! I am trying to make a custom block that is smaller then a normal block, it's supposed to be 13px high instead of 16px, and it kinda works. I am able to make the side of the blocks stop rendering at 13px, but then the top of the block goes all black, and when I stand on it the sky turns black as well??? Oh and I have changed the hitbox so that it's 0.8f instead of 1.0f in the code. Here is the .json code that i'm using: The parent json: { "textures": { "particle": "#all" }, "elements": [ { "from": [0, 0, 0], "to": [16, 13, 16], "faces": { "down": {"uv": [0, 0, 16, 13], "texture": "#all"}, "up": {"uv": [0, 0, 16, 13], "texture": "#all"}, "north": {"uv": [0, 0, 16, 13], "texture": "#all"}, "south": {"uv": [0, 0, 16, 13], "texture": "#all"}, "west": {"uv": [0, 0, 16, 13], "texture": "#all"}, "east": {"uv": [0, 0, 16, 13], "texture": "#all"} } } ] } the block json: { "parent": "mymodid:block/parentjson", "textures": { "all": "mymodid:blocks/myblock" } } Can anyone tell what the h i'm doing wrong?

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.