Block power for beacon

Started by Riccardo.Graziato on

Topic category: Feature requests and ideas for MCreator

Last seen on 10:09, 8. May 2020
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block power for beacon

There should be the possibility for a new block to chose that block to power the beacon

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
put this at the very bottom…
Fri, 09/07/2018 - 15:38

put this at the very bottom of your block code

@Override
        public boolean isBeaconBase(IBlockAccess worldObj, BlockPos pos, BlockPos beacon)
        {
        return true;
        }