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.

superdutz

Members
  • Joined

  • Last visited

Everything posted by superdutz

  1. Okay, I think I got it. The onEntityCollidedWithBlock was just an example I put in there. Should most methods that I wouldn't have to override give me a description of their arguments? MCPBot looks like huge help, thank you!
  2. So I'm just starting out with MC modding, I'm mostly getting some help by figuring out what the things are from my friends' code. Is there any way for me to figure out what the arguments are for attributes? For example, in this block I'm making I have some filled but some, like the onEntityCollidedWithBlock, just give me the following seemingly arbitrary numbers: Block paperLamp = new GenericBlock(Material.leaves) .setCreativeTab(CreativeTabs.tabDecorations) .setBlockTextureName(MODID + ":paperLamp") .setBlockName("paperLamp") .setLightLevel(0.8F) .onEntityCollidedWithBlock(p_149670_1_, p_149670_2_, p_149670_3_, p_149670_4_, p_149670_5_); Are these numbers pointing to something? If so, where can I find that out? I don't quite understand what each of these arguments is representing and I see that this happens all over the place. Thank you!

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.