Example #1
0
 public override void Start(ICoreAPI api)
 {
     api.Register <BranchPlacementBehavior>();
     api.Register <LeavesBreakingBehavior>();
 }
Example #2
0
        public override void Start(ICoreAPI api)
        {
            api.Register <BlockBehaviorCarryable>();

            CarryHandler = new CarryHandler(this);
        }