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.

TruePestilence

Members
  • Joined

  • Last visited

  1. Hello. For my Minecraft mod, I have been trying to update it from 1.19 to 1.20. However, I'm suddenly having a strange issue regarding the registry of my BlockEntities. It claims that the registry object for breeding_structure isn't present twice. This wasn't a problem in my 1.19 code, so I'm stuck on what the issue could be. Here are the snippets of code listed by the Stacktrace, and the code relevant to the breeding structure block entity. public static final RegistryObject<Block> BREEDING_STRUCTURE = registerBlock("breeding_structure", () -> new BreedingStructure(BlockBehaviour.Properties.copy(Blocks.OAK_LOG) .strength(2F,2F).noOcclusion()) ); private static <T extends Block> RegistryObject<Item> registerBlockItem(String name, RegistryObject<T> block) { return ModItems.ITEMS.register(name, () -> new BlockItem(block.get(), new Item.Properties())); } public static final RegistryObject<BlockEntityType<BreedingStructureEntity>> BREEDING_STRUCTURE = BLOCK_ENTITIES.register("breeding_structure", () -> BlockEntityType.Builder.of(BreedingStructureEntity::new, ModBlocks.BREEDING_STRUCTURE.get()).build(null)); I believe it's likely ModBlocks.BREEDING_STRUCTURE.get(), but I'm totally lost on how.
  2. I'm running a RAD 2 server for my friends, and one of them is having a really weird issue with FTBQuests. When trying to open the questbook, a toast appears with a vague error message. The error log is also quite vague, so I wasn't able to solve the issue on my own. Any help? Attached is the debug.log file. https://gist.github.com/TruePestilence/79102f96f3ac6820fb10c8ceec94821a

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.