Posted May 23, 201312 yr Simple question; what's the return value Block#onBlockActivated signify? By default, it's always false but I looked at two examples of it being used (https://github.com/BuildCraft/BuildCraft/blob/ac3db7f7bd2329d8e670754f2e1521d2600cb530/common/buildcraft/factory/BlockTank.java and http://www.minecraftforge.net/wiki/Containers_and_GUIs) and they both return true or false depending on.... not sure what. Is it actually important? I like to make mods, just like you. Here's one worth checking out
May 23, 201312 yr Author Ah, figured it out. If true, it won't place the item or block where the user clicked; otherwise it will. I like to make mods, just like you. Here's one worth checking out
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.