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.

Shazer

Members
  • Joined

  • Last visited

Everything posted by Shazer

  1. As in the picture, under my block is the void, how can I fix this.My code is at https://github.com/ShazerHD/CameraMod
  2. The github is https://github.com/ShazerHD/CameraMod, its in the CameraBlockBase class
  3. I will later i'm working on other stuff in the mod rn.
  4. One mod author made a mistake in his mods, the mod causing the crash is the TConstruct mod. Try telling the mod author about this issue and send him the log. This is not a forge issue.
  5. I did try that, all the difference it made was that it didn't crash, when I tried to place the block, it had the missing texture all round, no model. I still got the error at the start.
  6. In the log I get the Don't know how to convert <modid:model[state=state]> back into data... error then my Minecraft crashes at init stage. My code is public CameraBlockBase(String id) { super(Material.IRON); this.setUnlocalizedName(id); this.setRegistryName(id); this.setCreativeTab(Cameramod.camera_tab); } @Override public IBlockState getStateForPlacement(World world, BlockPos pos, EnumFacing facing, float hitX, float hitY, float hitZ, int meta, EntityLivingBase placer, EnumHand hand) { IBlockState state = super.getStateForPlacement(world, pos, facing, hitX, hitY, hitZ, meta, placer, hand); return state.withProperty(FACING, placer.getHorizontalFacing()); } @Override protected BlockStateContainer createBlockState() { return new BlockStateContainer(this, FACING); } crash-2018-10-05_17.39.14-client.txt

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.