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.

Dark32

Members
  • Joined

  • Last visited

Everything posted by Dark32

  1. You try to find this function in Vanilla block: public int getLightValue(IBlockAccess world, BlockPos pos)
  2. I move block between mods (modid) and getting error about missing block, because i change modid block from "nord" to "nord_deco" for example. If i apply message, then i lost all old blocks with "nord:" midid on map. How change modid alredy existing on map block from "nord" to "nord_deco" on load? MCEdit and other map editor is not an option. I think resolve this chunk load event, but may exist easy way for it? Sorry, my English is bad. It not my native language.
  3. See this methods @SideOnly(Side.CLIENT) /** * Returns which pass should this block be rendered on. 0 for solids and 1 for alpha */ public int getRenderBlockPass() { return 1; } /** * If this block doesn't render as an ordinary block it will return False (examples: signs, buttons, stairs, etc) */ public boolean renderAsNormalBlock() { return false; }
  4. Thank you. I need it too. There are several issues: [*]It will work on the server? [*]This requires PacketHandler?

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.