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

Hi! I need help making a TileEntity take items from an entity's inventory and putting them in a chest adjacent to it. If anyone could help me that would be great!

Use this to detect the player(s) and put them in the list.

worldObj.selectEntitiesWithinAABB();

 

Then use an Iterator to run through the list.

Once you have a player entity use player.inventory to access the players Inventory.

Then check the inventory slots for your item and transfer a copy of that item into the chest.

When that's done delete the Itemstack in the players inventory.

 

I hope that helps :D

 

Busti

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

You have to use findEntitysWithinAABB(); in 1.6

PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.

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.