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.

Featured Replies

Posted

I'd like some advice on how to do this: I want to allow the player to break a block, drop some items, and then immediately replace the block with a new block. I've seen at least one mod that does this, Draco's Reasonable Realism, but can't piece together the code (I only have experience with modding for 1.8.9). I've been searching for ages but haven't come up with anything helpful.

 

I have been successful at using events for other things, like using HarvestDropsEvent to change vanilla drops and BreakEvent to cancel breaks, but neither of those seems right for what I want to do this time. Any help you can give would be appreciated.

If it's your own Block class, all you need do is override #breakBlock and have it replace itself at that time.

 

If it's not your own block, then you could probably re-place the block from HarvestDropsEvent, though I don't recall if you have access to the BlockPos or state at that point. There are some other events that deal with blocks that you can look into - use your IDE to browse the events at your disposal.

If it's your own Block class, all you need do is override #breakBlock and have it replace itself at that time.

 

If it's not your own block, then you could probably re-place the block from HarvestDropsEvent, though I don't recall if you have access to the BlockPos or state at that point. There are some other events that deal with blocks that you can look into - use your IDE to browse the events at your disposal.

 

Damn, beat me to it by 10 seconds  ;)

  • Author

It's not my block. I've already looked through the available events and considered using HarvestDropsEvent but it didn't seem right. I just looked again and noticed that HarvestDropsEvent has BlockPos and IBlockState as parameters. What would I do to actually place the block?

I've seen at least one mod that does this, Draco's Reasonable Realism, but can't piece together the code (I only have experience with modding for 1.8.9). I've been searching for ages but haven't come up with anything helpful.

 

Also doesn't help that its my own block doing it. :P

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.