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.

troublemaker_47

Members
  • Joined

  • Last visited

  1. Thank you, but i have done that already, but i still can't get the wood type
  2. Hello, i am trying to add a new axe that would mine an entire tree, however i can not detect the type of wood that is broken so i can only break it, could someone help me find the solution for this
  3. Hello guys, i am trying to create a mod in Minceraft 1.20.1 for a armor set that gives special effects when worn, and i want to use the onArmorTick method overridden in my custom armor class, but i came to find out that it is being deprecated, and i can't use it anymore. Can you help me find a substitute for this method? I really appreciate all help!
  4. well i do know java but i am not experienced at all with minecrat modding
  5. when i type override addInformation it says cannot resolve symbol addInformation
  6. i know that they are the same implementation of addinformation. so does that mean that i have to call it like this MY_ITEM.addInformation
  7. and what is that supposed to mean
  8. Will it still work if all my items were in the same class
  9. Hello i am creating a mod to add new features and items to minecraft but i need to set a custom description to help the user know how to use the item. Can anyone help me do the custom descriptions? My forge version is 1.16.5-36.0.43 All the files are in my github troublemaker-47/better-armour (github.com)
  10. now i get it. Tank you so much you have really made my day
  11. Thank you but do i have to declare Feature
  12. Thank you but do i have to declare Feature
  13. By the way do you know how to resolve this??? Bad return type in lambda expression: Ingredient cannot be converted to ConfiguredFeature<?, ?> @SubscribeEvent public static void onBiomeLoading(final BiomeLoadingEvent event) { if (event.getCategory() != Biome.Category.NETHER && event.getCategory() != Biome.Category.THEEND) { OreFeatureConfig feature = new OreFeatureConfig(OreFeatureConfig.FillerBlockType.BASE_STONE_OVERWORLD, RegistryHandler.MY_ORE.get().getDefaultState(), 6); event.getGeneration().getFeatures(GenerationStage.Decoration.UNDERGROUND_ORES).add( () -> { Ingredient.fromItems(RegistryHandler.MY_ORE.get()); return Ingredient.fromItems(RegistryHandler.MY_ORE.get());<------- //here is the error } ); } }

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.